1 write to Expression
Microsoft.CodeAnalysis.CSharp (1)
Generated\BoundNodes.xml.Generated.cs (1)
2117this.Expression = expression;
10 references to Expression
Microsoft.CodeAnalysis.CSharp (10)
CodeGen\EmitExpression.cs (1)
2352EmitExpression(expression.Expression, used: true);
FlowAnalysis\AbstractFlowPass.cs (1)
3446VisitRvalue(node.Expression);
Generated\BoundNodes.xml.Generated.cs (5)
2128if (expression != this.Expression || !TypeSymbol.Equals(type, this.Type, TypeCompareKind.ConsiderEverything)) 9979this.Visit(node.Expression); 11109BoundExpression expression = (BoundExpression)this.Visit(node.Expression); 12934BoundExpression expression = (BoundExpression)this.Visit(node.Expression); 15430new 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)
592return arrLength.Update(arrLength.Expression, _factory.SpecialType(SpecialType.System_UIntPtr));
Lowering\SpillSequenceSpiller.cs (1)
844var expression = VisitExpression(ref builder, node.Expression);