2 references to AddMethod
System.Private.CoreLib (2)
src\System\RuntimeType.CoreCLR.cs (2)
1727return m_methodInfoCache!.AddMethod(declaringType, method, CacheType.Method); 1733return m_constructorInfoCache!.AddMethod(declaringType, constructor, CacheType.Constructor);