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