1 write to Expression
Microsoft.CodeAnalysis.CSharp (1)
Generated\BoundNodes.xml.Generated.cs (1)
8569
this.
Expression
= expression;
12 references to Expression
Microsoft.CodeAnalysis.CSharp (12)
BoundTree\Expression.cs (1)
154
protected override ImmutableArray<BoundNode?> Children => ImmutableArray.Create<BoundNode?>(this.
Expression
);
CodeGen\EmitExpression.cs (1)
371
this.EmitThrow(node.
Expression
);
FlowAnalysis\AbstractFlowPass.cs (1)
910
VisitRvalue(node.
Expression
);
FlowAnalysis\NullableWalker.cs (1)
11959
VisitThrow(node.
Expression
);
Generated\BoundNodes.xml.Generated.cs (5)
8579
if (expression != this.
Expression
|| !TypeSymbol.Equals(type, this.Type, TypeCompareKind.ConsiderEverything))
10758
this.Visit(node.
Expression
);
12167
BoundExpression expression = (BoundExpression)this.Visit(node.
Expression
);
14845
BoundExpression expression = (BoundExpression)this.Visit(node.
Expression
);
17056
new TreeDumperNode("expression", null, new TreeDumperNode[] { Visit(node.
Expression
, null) }),
Lowering\LocalRewriter\LocalRewriter_Conversion.cs (1)
454
return _factory.ThrowExpression(operand.
Expression
, rewrittenType);
Lowering\SpillSequenceSpiller.cs (1)
1477
BoundExpression operand = VisitExpression(ref builder, node.
Expression
);
Operations\CSharpOperationFactory.cs (1)
1680
IOperation expression = Create(boundThrowExpression.
Expression
);