Searched refs:m_arInterfaceMethodCount (Results 1 – 2 of 2) sorted by relevance
704 m_arInterfaceMethodCount = new int __gc [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; in getMethodInfo()
236 gcroot<System::Int32[]> m_arInterfaceMethodCount; member