2 writes to m_constructorInfoCache
System.Private.CoreLib (2)
src\System\RuntimeType.CoreCLR.cs (2)
1715return GetMemberList(ref m_constructorInfoCache, listType, name, CacheType.Constructor); 1751GetMemberCache(ref m_constructorInfoCache);
1 reference to m_constructorInfoCache
System.Private.CoreLib (1)
src\System\RuntimeType.CoreCLR.cs (1)
1752return m_constructorInfoCache!.AddMethod(declaringType, constructor, CacheType.Constructor);