3 references to GetFieldCandidates
System.Private.CoreLib (3)
src\System\RuntimeType.CoreCLR.cs (3)
2639
return
GetFieldCandidates
(null, bindingAttr, false).ToArray();
2662
ListBuilder<FieldInfo> fields =
GetFieldCandidates
(null, bindingAttr, false);
3072
fields =
GetFieldCandidates
(name, bindingAttr, true);