2 references to NewMulticastDelegate
mscorlib (2)
system\delegateserializationholder.cs (1)
287
return ((MulticastDelegate)invocationList[0]).
NewMulticastDelegate
(invocationList, invocationList.Length);
system\multicastdelegate.cs (1)
299
return
NewMulticastDelegate
(resultList, resultCount);