4 references to NewMulticastDelegate
System.Private.CoreLib (4)
System\Delegate.cs (4)
520
return
NewMulticastDelegate
(resultList, resultCount);
569
return
NewMulticastDelegate
(resultList, resultCount, true);
635
return
NewMulticastDelegate
(list, invocationCount - 1, true);
664
return
NewMulticastDelegate
(list, invocationCount - dInvocationCount, true);