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