4 references to NewMulticastDelegate
System.Private.CoreLib (4)
System\Delegate.cs (4)
522
return
NewMulticastDelegate
(resultList, resultCount);
571
return
NewMulticastDelegate
(resultList, resultCount, true);
637
return
NewMulticastDelegate
(list, invocationCount - 1, true);
666
return
NewMulticastDelegate
(list, invocationCount - dInvocationCount, true);