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