4 references to NewMulticastDelegate
mscorlib (4)
system\multicastdelegate.cs (4)
246
return
NewMulticastDelegate
(invocationList, invocationCount, false);
348
return
NewMulticastDelegate
(resultList, resultCount, true);
420
return
NewMulticastDelegate
(list, invocationCount-1, true);
449
return
NewMulticastDelegate
(list, invocationCount - vInvocationCount, true);