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