5 references to Constructor
mscorlib (5)
system\rttype.cs (5)
342
case CacheType.
Constructor
:
383
(cacheType == CacheType.
Constructor
&& name.FirstChar != '.' && name.FirstChar != '*'))
433
case CacheType.
Constructor
:
1875
return GetMemberList<RuntimeConstructorInfo>(ref m_constructorInfoCache, listType, name, CacheType.
Constructor
);
1920
return m_constructorInfoCache.AddMethod(declaringType, constructor, CacheType.
Constructor
);