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