7 references to Field
System.Core (7)
Microsoft\Scripting\Actions\CallSite.cs (5)
383
body.Add(Expression.Assign(originalRule, Expression.
Field
(@this, "Target")));
506
Expression.
Field
(@this, "Target"),
612
Expression.
Field
(@this, "Target"),
676
Expression.
Field
(@this, "Target"),
681
Expression.
Field
(@this, "Target"),
Microsoft\Scripting\Compiler\ExpressionQuoter.cs (1)
157
return Expression.
Field
(Expression.Constant(box), "Value");
Microsoft\Scripting\Compiler\LambdaCompiler.cs (1)
317
return Expression.
Field
(Expression.Constant(new StrongBox<T>(default(T))), "Value");