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