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