2 instantiations of BoundStepThroughSequencePoint
Microsoft.CodeAnalysis.CSharp (2)
Generated\BoundNodes.xml.Generated.cs (1)
3344
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)
471
private void EmitStepThroughSequencePoint(
BoundStepThroughSequencePoint
node)
CodeGen\EmitStatement.cs (1)
56
this.EmitStepThroughSequencePoint((
BoundStepThroughSequencePoint
)statement);
FlowAnalysis\AbstractFlowPass.cs (1)
3832
public override BoundNode VisitStepThroughSequencePoint(
BoundStepThroughSequencePoint
node)
Generated\BoundNodes.xml.Generated.cs (8)
3340
public
BoundStepThroughSequencePoint
Update(TextSpan span)
3344
var
result = new BoundStepThroughSequencePoint(this.Syntax, span, this.HasErrors);
9242
return VisitStepThroughSequencePoint((
BoundStepThroughSequencePoint
)node, arg);
9640
public virtual R VisitStepThroughSequencePoint(
BoundStepThroughSequencePoint
node, A arg) => this.DefaultVisit(node, arg);
9881
public virtual BoundNode? VisitStepThroughSequencePoint(
BoundStepThroughSequencePoint
node) => this.DefaultVisit(node);
10342
public override BoundNode? VisitStepThroughSequencePoint(
BoundStepThroughSequencePoint
node) => null;
11633
public override BoundNode? VisitStepThroughSequencePoint(
BoundStepThroughSequencePoint
node) => node;
16224
public override TreeDumperNode VisitStepThroughSequencePoint(
BoundStepThroughSequencePoint
node, object? arg) => new TreeDumperNode("stepThroughSequencePoint", null, new TreeDumperNode[]