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