1 override of RaiseMethod
System.Private.CoreLib (1)
System\Reflection\Runtime\EventInfos\RuntimeEventInfo.cs (1)
85
public sealed override MethodInfo
RaiseMethod
3 references to RaiseMethod
System.Reflection.DispatchProxy (3)
System\Reflection\DispatchProxyGenerator.cs (3)
346
var ai = new EventAccessorInfo(ei.AddMethod, ei.RemoveMethod, ei.
RaiseMethod
);
351
if (ei.
RaiseMethod
!= null)
352
eventMap[ei.
RaiseMethod
] = ai;