3 references to RaiseMethod
System.Reflection.DispatchProxy (3)
System\Reflection\DispatchProxyGenerator.cs (3)
335
var ai = new EventAccessorInfo(ei.AddMethod, ei.RemoveMethod, ei.
RaiseMethod
);
340
if (ei.
RaiseMethod
!= null)
341
eventMap[ei.
RaiseMethod
] = ai;