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