1 write to Expression
Microsoft.CodeAnalysis.CSharp (1)
Generated\BoundNodes.xml.Generated.cs (1)
2076
this.
Expression
= expression;
10 references to Expression
Microsoft.CodeAnalysis.CSharp (10)
CodeGen\EmitExpression.cs (1)
2129
EmitExpression(expression.
Expression
, used: true);
FlowAnalysis\AbstractFlowPass.cs (1)
3344
VisitRvalue(node.
Expression
);
Generated\BoundNodes.xml.Generated.cs (5)
2087
if (expression != this.
Expression
|| !TypeSymbol.Equals(type, this.Type, TypeCompareKind.ConsiderEverything))
9626
this.Visit(node.
Expression
);
10726
BoundExpression expression = (BoundExpression)this.Visit(node.
Expression
);
12485
BoundExpression expression = (BoundExpression)this.Visit(node.
Expression
);
14887
new TreeDumperNode("expression", null, new TreeDumperNode[] { Visit(node.
Expression
, null) }),
Lowering\ClosureConversion\ExpressionLambdaRewriter.cs (1)
364
return ExprFactory("ArrayLength", Visit(node.
Expression
));
Lowering\LocalRewriter\LocalRewriter_BinaryOperator.cs (1)
590
return arrLength.Update(arrLength.
Expression
, _factory.SpecialType(SpecialType.System_UIntPtr));
Lowering\SpillSequenceSpiller.cs (1)
773
var expression = VisitExpression(ref builder, node.
Expression
);