Base:
1 override of GetEvents
System.Reflection.Context (1)
System\Reflection\Context\Projection\ProjectingType.cs (1)
204public override EventInfo[] GetEvents(BindingFlags bindingAttr)
1 reference to GetEvents
System.Reflection.Context (1)
System\Reflection\Context\Projection\ProjectingType.cs (1)
206return _projector.Project(base.GetEvents(bindingAttr), _projector.ProjectEvent);