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