Base:
1 override of GetFields
System.Reflection.Context (1)
System\Reflection\Context\Projection\ProjectingModule.cs (1)
53
public override FieldInfo[]
GetFields
(BindingFlags bindingFlags)
1 reference to GetFields
System.Reflection.Context (1)
System\Reflection\Context\Projection\ProjectingModule.cs (1)
55
return Projector.Project(base.
GetFields
(bindingFlags), Projector.ProjectField);