4 references to NewMulticastDelegate
System.Private.CoreLib (4)
src\runtime\src\libraries\System.Private.CoreLib\src\System\Delegate.cs (4)
332return NewMulticastDelegate(newResultList, newResultCount); 360return NewMulticastDelegate(resultList, resultCount, true); 402return NewMulticastDelegate(list, invocationList.Length - 1, true); 423return NewMulticastDelegate(list, newCount, true);