2 instantiations of BoundStepThroughSequencePoint
Microsoft.CodeAnalysis.CSharp (2)
Generated\BoundNodes.xml.Generated.cs (1)
3294
var result = new
BoundStepThroughSequencePoint
(this.Syntax, span, this.HasErrors);
Lowering\LocalRewriter\LocalRewriter_SwitchExpression.cs (1)
79
result.Add(new
BoundStepThroughSequencePoint
(node.Syntax, span: spanForSwitchBody));
11 references to BoundStepThroughSequencePoint
Microsoft.CodeAnalysis.CSharp (11)
CodeGen\CodeGenerator.cs (1)
450
private void EmitStepThroughSequencePoint(
BoundStepThroughSequencePoint
node)
CodeGen\EmitStatement.cs (1)
56
this.EmitStepThroughSequencePoint((
BoundStepThroughSequencePoint
)statement);
FlowAnalysis\AbstractFlowPass.cs (1)
3784
public override BoundNode VisitStepThroughSequencePoint(
BoundStepThroughSequencePoint
node)
Generated\BoundNodes.xml.Generated.cs (8)
3290
public
BoundStepThroughSequencePoint
Update(TextSpan span)
3294
var
result = new BoundStepThroughSequencePoint(this.Syntax, span, this.HasErrors);
8997
return VisitStepThroughSequencePoint((
BoundStepThroughSequencePoint
)node, arg);
9386
public virtual R VisitStepThroughSequencePoint(
BoundStepThroughSequencePoint
node, A arg) => this.DefaultVisit(node, arg);
9622
public virtual BoundNode? VisitStepThroughSequencePoint(
BoundStepThroughSequencePoint
node) => this.DefaultVisit(node);
10072
public override BoundNode? VisitStepThroughSequencePoint(
BoundStepThroughSequencePoint
node) => null;
11282
public override BoundNode? VisitStepThroughSequencePoint(
BoundStepThroughSequencePoint
node) => node;
15700
public override TreeDumperNode VisitStepThroughSequencePoint(
BoundStepThroughSequencePoint
node, object? arg) => new TreeDumperNode("stepThroughSequencePoint", null, new TreeDumperNode[]