6 references to Constructor
System.Private.CoreLib (6)
src\System\RuntimeType.CoreCLR.cs (6)
237
else if (cacheType == CacheType.
Constructor
)
269
case CacheType.
Constructor
:
332
(cacheType == CacheType.
Constructor
&& name[0] != '.' && name[0] != '*'))
369
case CacheType.
Constructor
:
1724
return GetMemberList(ref m_constructorInfoCache, listType, name, CacheType.
Constructor
);
1761
return m_constructorInfoCache!.AddMethod(declaringType, constructor, CacheType.
Constructor
);