3 references to MakeNewDelegate
System.Core (3)
Microsoft\Scripting\Compiler\DelegateHelpers.Generated.cs (3)
62
return DelegateType =
MakeNewDelegate
(paramTypes);
84
curTypeInfo.DelegateType =
MakeNewDelegate
((Type[])types.Clone());
163
curTypeInfo.DelegateType =
MakeNewDelegate
(paramTypes);