1 override of VisitStepThroughSequencePoint
Microsoft.CodeAnalysis.CSharp (1)
Generated\BoundNodes.xml.Generated.cs (1)
15700
public override TreeDumperNode
VisitStepThroughSequencePoint
(BoundStepThroughSequencePoint node, object? arg) => new TreeDumperNode("stepThroughSequencePoint", null, new TreeDumperNode[]
1 reference to VisitStepThroughSequencePoint
Microsoft.CodeAnalysis.CSharp (1)
Generated\BoundNodes.xml.Generated.cs (1)
8997
return
VisitStepThroughSequencePoint
((BoundStepThroughSequencePoint)node, arg);