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