6 references to Constructor
System.Private.CoreLib (6)
src\System\RuntimeType.CoreCLR.cs (6)
234else if (cacheType == CacheType.Constructor) 266case CacheType.Constructor: 329(cacheType == CacheType.Constructor && name[0] != '.' && name[0] != '*')) 366case CacheType.Constructor: 1672return GetMemberList(ref m_constructorInfoCache, listType, name, CacheType.Constructor); 1709return m_constructorInfoCache!.AddMethod(declaringType, constructor, CacheType.Constructor);