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