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