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