1 type derived from DynamicExpression2
System.Core (1)
Microsoft\Scripting\Ast\DynamicExpression.cs (1)
554
internal sealed class TypedDynamicExpression2 :
DynamicExpression2
{
1 instantiation of DynamicExpression2
System.Core (1)
Microsoft\Scripting\Ast\DynamicExpression.cs (1)
70
return new
DynamicExpression2
(delegateType, binder, arg0, arg1);