3 references to GetNestedTypeList
System.Private.CoreLib (3)
src\System\RuntimeType.CoreCLR.cs (3)
2638
RuntimeType[] cache = Cache.
GetNestedTypeList
(listType, name);
3027
RuntimeType[] cache = Cache.
GetNestedTypeList
(listType, name);
3240
RuntimeType[] cache = runtimeType.Cache.
GetNestedTypeList
(MemberListType.CaseSensitive, nestedType.Name);