4 references to NewMulticastDelegate
System.Private.CoreLib (4)
src\System\MulticastDelegate.CoreCLR.cs (4)
194
return
NewMulticastDelegate
(invocationList, invocationCount, false);
292
return
NewMulticastDelegate
(resultList, resultCount, true);
362
return
NewMulticastDelegate
(list, invocationCount - 1, true);
391
return
NewMulticastDelegate
(list, invocationCount - vInvocationCount, true);