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