Base:
1 override of GetPropertyImpl
System.Reflection.Context (1)
System\Reflection\Context\Projection\ProjectingType.cs (1)
287
protected override PropertyInfo?
GetPropertyImpl
(string name, BindingFlags bindingAttr, Binder? binder, Type? returnType, Type[]? types, ParameterModifier[]? modifiers)
1 reference to GetPropertyImpl
System.Reflection.Context (1)
System\Reflection\Context\Projection\ProjectingType.cs (1)
292
return _projector.ProjectProperty(base.
GetPropertyImpl
(name, bindingAttr, binder, returnType, types, modifiers));