1 implementation of IDynamicExpression
System.Linq.Expressions (1)
System\Linq\Expressions\DynamicExpression.cs (1)
20
public class DynamicExpression : Expression,
IDynamicExpression
9 references to IDynamicExpression
netstandard (1)
netstandard.cs (1)
1003
[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Linq.Expressions.
IDynamicExpression
))]
System.Core (1)
System.Core.cs (1)
141
[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Linq.Expressions.
IDynamicExpression
))]
System.Linq.Expressions (7)
System\Linq\Expressions\Compiler\LambdaCompiler.Expressions.cs (2)
591
var
node = (
IDynamicExpression
)expr;
System\Linq\Expressions\Compiler\StackSpiller.cs (2)
166
var
node = (
IDynamicExpression
)expr;
System\Linq\Expressions\DynamicExpression.cs (2)
482
Expression
IDynamicExpression
.Rewrite(Expression[] args) => Rewrite(args);
484
object
IDynamicExpression
.CreateCallSite()
System\Linq\Expressions\IArgumentProvider.cs (1)
7
/// Interface for accessing the arguments of multiple tree nodes (<see cref="
IDynamicExpression
"/>,