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