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