2 references to AddMethod
mscorlib (2)
system\rttype.cs (2)
1914
return m_methodInfoCache.
AddMethod
(declaringType, method, CacheType.Method);
1920
return m_constructorInfoCache.
AddMethod
(declaringType, constructor, CacheType.Constructor);