1 write to Expression
Microsoft.CodeAnalysis.CSharp (1)
Generated\BoundNodes.xml.Generated.cs (1)
8808
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)
13522
VisitThrow(node.
Expression
);
Generated\BoundNodes.xml.Generated.cs (5)
8818
if (expression != this.
Expression
|| !TypeSymbol.Equals(type, this.Type, TypeCompareKind.ConsiderEverything))
11063
this.Visit(node.
Expression
);
12648
BoundExpression expression = (BoundExpression)this.Visit(node.
Expression
);
15341
BoundExpression expression = (BoundExpression)this.Visit(node.
Expression
);
17617
new TreeDumperNode("expression", null, new TreeDumperNode[] { Visit(node.
Expression
, null) }),
Lowering\LocalRewriter\LocalRewriter_Conversion.cs (1)
459
return _factory.ThrowExpression(operand.
Expression
, rewrittenType);
Lowering\SpillSequenceSpiller.cs (1)
1490
BoundExpression operand = VisitExpression(ref builder, node.
Expression
);
Operations\CSharpOperationFactory.cs (1)
1746
IOperation expression = Create(boundThrowExpression.
Expression
);