2 instantiations of BoundStepThroughSequencePoint
Microsoft.CodeAnalysis.CSharp (2)
Generated\BoundNodes.xml.Generated.cs (1)
3294var 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)
3290public BoundStepThroughSequencePoint Update(TextSpan span) 3294var result = new BoundStepThroughSequencePoint(this.Syntax, span, this.HasErrors); 8997return VisitStepThroughSequencePoint((BoundStepThroughSequencePoint)node, arg); 9386public virtual R VisitStepThroughSequencePoint(BoundStepThroughSequencePoint node, A arg) => this.DefaultVisit(node, arg); 9622public virtual BoundNode? VisitStepThroughSequencePoint(BoundStepThroughSequencePoint node) => this.DefaultVisit(node); 10072public override BoundNode? VisitStepThroughSequencePoint(BoundStepThroughSequencePoint node) => null; 11282public override BoundNode? VisitStepThroughSequencePoint(BoundStepThroughSequencePoint node) => node; 15700public override TreeDumperNode VisitStepThroughSequencePoint(BoundStepThroughSequencePoint node, object? arg) => new TreeDumperNode("stepThroughSequencePoint", null, new TreeDumperNode[]