2 references to GetConstructorList
System.Private.CoreLib (2)
src\System\RuntimeType.CoreCLR.cs (2)
2548
RuntimeConstructorInfo[] cache = Cache.
GetConstructorList
(listType, name);
3176
RuntimeConstructorInfo[] cache = runtimeType.Cache.
GetConstructorList
(MemberListType.CaseSensitive, constructor.Name);