5 references to Method
System.Private.CoreLib (5)
src\System\RuntimeType.CoreCLR.cs (5)
222
if (cacheType == CacheType.
Method
)
262
case CacheType.
Method
:
363
case CacheType.
Method
:
1719
return GetMemberList(ref m_methodInfoCache, listType, name, CacheType.
Method
);
1755
return m_methodInfoCache!.AddMethod(declaringType, method, CacheType.
Method
);