3 references to GetFieldList
System.Private.CoreLib (3)
src\System\RuntimeType.CoreCLR.cs (3)
2595RuntimeFieldInfo[] cache = Cache.GetFieldList(listType, name); 2927RuntimeFieldInfo[] cache = Cache.GetFieldList(listType, name); 3189RuntimeFieldInfo[] cache = runtimeType.Cache.GetFieldList(MemberListType.CaseSensitive, field.Name);