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)
3694public 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); 8995return VisitStepThroughSequencePoint((BoundStepThroughSequencePoint)node, arg); 9384public virtual R VisitStepThroughSequencePoint(BoundStepThroughSequencePoint node, A arg) => this.DefaultVisit(node, arg); 9620public virtual BoundNode? VisitStepThroughSequencePoint(BoundStepThroughSequencePoint node) => this.DefaultVisit(node); 10070public override BoundNode? VisitStepThroughSequencePoint(BoundStepThroughSequencePoint node) => null; 11280public override BoundNode? VisitStepThroughSequencePoint(BoundStepThroughSequencePoint node) => node; 15698public override TreeDumperNode VisitStepThroughSequencePoint(BoundStepThroughSequencePoint node, object? arg) => new TreeDumperNode("stepThroughSequencePoint", null, new TreeDumperNode[]