6 references to Constructor
System.Private.CoreLib (6)
src\System\RuntimeType.CoreCLR.cs (6)
236else if (cacheType == CacheType.Constructor) 268case CacheType.Constructor: 331(cacheType == CacheType.Constructor && name[0] != '.' && name[0] != '*')) 368case CacheType.Constructor: 1723return GetMemberList(ref m_constructorInfoCache, listType, name, CacheType.Constructor); 1760return m_constructorInfoCache!.AddMethod(declaringType, constructor, CacheType.Constructor);