Base:
1 override of GetField
System.Reflection.Context (1)
System\Reflection\Context\Projection\ProjectingType.cs (1)
209
public override FieldInfo?
GetField
(string name, BindingFlags bindingAttr)
1 reference to GetField
System.Reflection.Context (1)
System\Reflection\Context\Projection\ProjectingType.cs (1)
211
return _projector.ProjectField(base.
GetField
(name, bindingAttr));