5 references to Method
System.Private.CoreLib (5)
src\System\RuntimeType.CoreCLR.cs (5)
221
if (cacheType == CacheType.
Method
)
261
case CacheType.
Method
:
362
case CacheType.
Method
:
1718
return GetMemberList(ref m_methodInfoCache, listType, name, CacheType.
Method
);
1754
return m_methodInfoCache!.AddMethod(declaringType, method, CacheType.
Method
);