4 references to NewMulticastDelegate
System.Private.CoreLib (4)
System\Delegate.cs (4)
520return NewMulticastDelegate(resultList, resultCount); 569return NewMulticastDelegate(resultList, resultCount, true); 635return NewMulticastDelegate(list, invocationCount - 1, true); 664return NewMulticastDelegate(list, invocationCount - dInvocationCount, true);