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