Searched refs:m_arInterfaceMethodCount (Results 1 – 2 of 2) sorted by relevance
704 m_arInterfaceMethodCount = gcnew cli::array< int >( m_nInheritedInterfaces + 1 ); in makeMethodInfos()729 arInterfaceMethodCountDbg = m_arInterfaceMethodCount; in makeMethodInfos()751 m_arInterfaceMethodCount[nArLength - 1] = numMethods; in makeMethodInfos()764 m_arInterfaceMethodCount[m_nInheritedInterfaces] = nArLength; in makeMethodInfos()798 arInterfaceMethodCountDbg = m_arInterfaceMethodCount;
242 gcroot< cli::array< System::Int32 > ^ > m_arInterfaceMethodCount; member