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