Searched refs:numMethods (Results 1 – 1 of 1) sorted by relevance
707 int numMethods = arThisMethods->Length; in makeMethodInfos() local710 numMethods += arInheritedIfaces[i]->GetMethods()->Length; in makeMethodInfos()713 m_arMethodInfos = gcnew cli::array< sr::MethodInfo ^ >( numMethods ); in makeMethodInfos()715 m_arInterfaceMethodInfos = gcnew cli::array< sr::MethodInfo ^ >( numMethods ); in makeMethodInfos()718 m_arUnoPosToCliPos = gcnew cli::array< System::Int32 >( numMethods ); in makeMethodInfos()720 for (int i = 0; i < numMethods; i++) in makeMethodInfos()750 int numMethods = mapInherited.TargetMethods->Length; in makeMethodInfos() local751 m_arInterfaceMethodCount[nArLength - 1] = numMethods; in makeMethodInfos()752 for (int i = 0; i < numMethods; i++, index++) in makeMethodInfos()