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