5 references to Method
System.Private.CoreLib (5)
src\System\RuntimeType.CoreCLR.cs (5)
219
if (cacheType == CacheType.
Method
)
259
case CacheType.
Method
:
360
case CacheType.
Method
:
1667
return GetMemberList(ref m_methodInfoCache, listType, name, CacheType.
Method
);
1703
return m_methodInfoCache!.AddMethod(declaringType, method, CacheType.
Method
);