Base:
1 override of GetOtherMethods
System.Reflection.Context (1)
System\Reflection\Context\Projection\ProjectingEventInfo.cs (1)
48public override MethodInfo[] GetOtherMethods(bool nonPublic)
1 reference to GetOtherMethods
System.Reflection.Context (1)
System\Reflection\Context\Projection\ProjectingEventInfo.cs (1)
50return Projector.Project(base.GetOtherMethods(nonPublic), Projector.ProjectMethod);