1 write to Expression
Microsoft.CodeAnalysis.CSharp (1)
Generated\BoundNodes.xml.Generated.cs (1)
3823this.Expression = expression;
13 references to Expression
Microsoft.CodeAnalysis.CSharp (13)
CodeGen\EmitStatement.cs (6)
1232Debug.Assert((object)dispatch.Expression.Type != null); 1233Debug.Assert(dispatch.Expression.Type.IsValidV6SwitchGoverningType() || dispatch.Expression.Type.IsSpanOrReadOnlySpanChar()); 1236Debug.Assert(!dispatch.Expression.Type.IsNullableType()); 1242dispatch.Expression, 1977BoundExpression expression = node.Expression;
CodeGen\Optimizer.cs (1)
1424BoundExpression boundExpression = node.Expression;
FlowAnalysis\AbstractFlowPass_Switch.cs (1)
133VisitRvalue(node.Expression);
Generated\BoundNodes.xml.Generated.cs (4)
3839if (expression != this.Expression || cases != this.Cases || !Symbols.SymbolEqualityComparer.ConsiderEverything.Equals(defaultLabel, this.DefaultLabel) || lengthBasedStringSwitchDataOpt != this.LengthBasedStringSwitchDataOpt) 10146this.Visit(node.Expression); 11357BoundExpression expression = (BoundExpression)this.Visit(node.Expression); 15822new TreeDumperNode("expression", null, new TreeDumperNode[] { Visit(node.Expression, null) }),
Lowering\SpillSequenceSpiller.cs (1)
666var expression = VisitExpression(ref builder, node.Expression);