2 writes to m_methodInfoCache
mscorlib (2)
system\rttype.cs (2)
1870return GetMemberList<RuntimeMethodInfo>(ref m_methodInfoCache, listType, name, CacheType.Method); 1913GetMemberCache<RuntimeMethodInfo>(ref m_methodInfoCache);
1 reference to m_methodInfoCache
mscorlib (1)
system\rttype.cs (1)
1914return m_methodInfoCache.AddMethod(declaringType, method, CacheType.Method);