4 references to NewMulticastDelegate
System.Private.CoreLib (4)
src\System\MulticastDelegate.CoreCLR.cs (4)
193
return
NewMulticastDelegate
(invocationList, invocationCount, false);
291
return
NewMulticastDelegate
(resultList, resultCount, true);
361
return
NewMulticastDelegate
(list, invocationCount - 1, true);
390
return
NewMulticastDelegate
(list, invocationCount - vInvocationCount, true);