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