2 writes to m_constructorInfoCache
mscorlib (2)
system\rttype.cs (2)
1875return GetMemberList<RuntimeConstructorInfo>(ref m_constructorInfoCache, listType, name, CacheType.Constructor); 1919GetMemberCache<RuntimeConstructorInfo>(ref m_constructorInfoCache);
1 reference to m_constructorInfoCache
mscorlib (1)
system\rttype.cs (1)
1920return m_constructorInfoCache.AddMethod(declaringType, constructor, CacheType.Constructor);