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