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