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