1 write to Expression
Microsoft.CodeAnalysis.CSharp (1)
Generated\BoundNodes.xml.Generated.cs (1)
3823
this.
Expression
= expression;
13 references to Expression
Microsoft.CodeAnalysis.CSharp (13)
CodeGen\EmitStatement.cs (6)
1259
Debug.Assert((object)dispatch.
Expression
.Type != null);
1260
Debug.Assert(dispatch.
Expression
.Type.IsValidV6SwitchGoverningType() || dispatch.
Expression
.Type.IsSpanOrReadOnlySpanChar());
1263
Debug.Assert(!dispatch.
Expression
.Type.IsNullableType());
1269
dispatch.
Expression
,
2011
BoundExpression expression = node.
Expression
;
CodeGen\Optimizer.cs (1)
1433
BoundExpression boundExpression = node.
Expression
;
FlowAnalysis\AbstractFlowPass_Switch.cs (1)
133
VisitRvalue(node.
Expression
);
Generated\BoundNodes.xml.Generated.cs (4)
3839
if (expression != this.
Expression
|| cases != this.Cases || !Symbols.SymbolEqualityComparer.ConsiderEverything.Equals(defaultLabel, this.DefaultLabel) || lengthBasedStringSwitchDataOpt != this.LengthBasedStringSwitchDataOpt)
10186
this.Visit(node.
Expression
);
11457
BoundExpression expression = (BoundExpression)this.Visit(node.
Expression
);
15999
new TreeDumperNode("expression", null, new TreeDumperNode[] { Visit(node.
Expression
, null) }),
Lowering\SpillSequenceSpiller.cs (1)
667
var expression = VisitExpression(ref builder, node.
Expression
);