2 references to GetConstructorList
mscorlib (2)
system\reflection\ConstructorInfo.cs (1)
379return m_reflectedTypeCache.GetConstructorList(MemberListType.CaseSensitive, Name).Length > 1;
system\rttype.cs (1)
2835RuntimeConstructorInfo[] cache = Cache.GetConstructorList(listType, name);