6 references to Constructor
System.Private.CoreLib (6)
src\System\RuntimeType.CoreCLR.cs (6)
241else if (cacheType == CacheType.Constructor) 273case CacheType.Constructor: 336(cacheType == CacheType.Constructor && name[0] != '.' && name[0] != '*')) 373case CacheType.Constructor: 1696return GetMemberList(ref m_constructorInfoCache, listType, name, CacheType.Constructor); 1733return m_constructorInfoCache!.AddMethod(declaringType, constructor, CacheType.Constructor);