Base:
1 override of GetFields
System.Reflection.Context (1)
System\Reflection\Context\Projection\ProjectingType.cs (1)
214
public override FieldInfo[]
GetFields
(BindingFlags bindingAttr)
1 reference to GetFields
System.Reflection.Context (1)
System\Reflection\Context\Projection\ProjectingType.cs (1)
216
return _projector.Project(base.
GetFields
(bindingAttr), _projector.ProjectField);