2 writes to m_methodInfoCache
System.Private.CoreLib (2)
src\System\RuntimeType.CoreCLR.cs (2)
1667
return GetMemberList(ref
m_methodInfoCache
, listType, name, CacheType.Method);
1702
GetMemberCache(ref
m_methodInfoCache
);
1 reference to m_methodInfoCache
System.Private.CoreLib (1)
src\System\RuntimeType.CoreCLR.cs (1)
1703
return
m_methodInfoCache
!.AddMethod(declaringType, method, CacheType.Method);