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