1 write to Expression
Microsoft.CodeAnalysis.CSharp (1)
Generated\BoundNodes.xml.Generated.cs (1)
2151this.Expression = expression;
10 references to Expression
Microsoft.CodeAnalysis.CSharp (10)
CodeGen\EmitExpression.cs (1)
2390EmitExpression(expression.Expression, used: true);
FlowAnalysis\AbstractFlowPass.cs (1)
3574VisitRvalue(node.Expression);
Generated\BoundNodes.xml.Generated.cs (5)
2162if (expression != this.Expression || !TypeSymbol.Equals(type, this.Type, TypeCompareKind.ConsiderEverything)) 10249this.Visit(node.Expression); 11445BoundExpression expression = (BoundExpression)this.Visit(node.Expression); 13421BoundExpression expression = (BoundExpression)this.Visit(node.Expression); 15954new TreeDumperNode("expression", null, new TreeDumperNode[] { Visit(node.Expression, null) }),
Lowering\ClosureConversion\ExpressionLambdaRewriter.cs (1)
369return _bound.StaticCall(WellKnownMember.System_Linq_Expressions_Expression__ArrayLength, Visit(node.Expression));
Lowering\LocalRewriter\LocalRewriter_BinaryOperator.cs (1)
600return arrLength.Update(arrLength.Expression, _factory.SpecialType(SpecialType.System_UIntPtr));
Lowering\SpillSequenceSpiller.cs (1)
856var expression = VisitExpression(ref builder, node.Expression);