Base:
1 override of GetEvent
System.Reflection.Context (1)
System\Reflection\Context\Projection\ProjectingType.cs (1)
199
public override EventInfo?
GetEvent
(string name, BindingFlags bindingAttr)
1 reference to GetEvent
System.Reflection.Context (1)
System\Reflection\Context\Projection\ProjectingType.cs (1)
201
return _projector.ProjectEvent(base.
GetEvent
(name, bindingAttr));