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)
1232
Debug.Assert((object)dispatch.
Expression
.Type != null);
1233
Debug.Assert(dispatch.
Expression
.Type.IsValidV6SwitchGoverningType() || dispatch.
Expression
.Type.IsSpanOrReadOnlySpanChar());
1236
Debug.Assert(!dispatch.
Expression
.Type.IsNullableType());
1242
dispatch.
Expression
,
1977
BoundExpression expression = node.
Expression
;
CodeGen\Optimizer.cs (1)
1424
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)
10146
this.Visit(node.
Expression
);
11357
BoundExpression expression = (BoundExpression)this.Visit(node.
Expression
);
15822
new TreeDumperNode("expression", null, new TreeDumperNode[] { Visit(node.
Expression
, null) }),
Lowering\SpillSequenceSpiller.cs (1)
666
var expression = VisitExpression(ref builder, node.
Expression
);