5 references to Method
System.Private.CoreLib (5)
src\System\RuntimeType.CoreCLR.cs (5)
226
if (cacheType == CacheType.
Method
)
266
case CacheType.
Method
:
367
case CacheType.
Method
:
1691
return GetMemberList(ref m_methodInfoCache, listType, name, CacheType.
Method
);
1727
return m_methodInfoCache!.AddMethod(declaringType, method, CacheType.
Method
);