1 override of VisitSequencePointWithSpan
Microsoft.CodeAnalysis.CSharp (1)
Generated\BoundNodes.xml.Generated.cs (1)
15681public override TreeDumperNode VisitSequencePointWithSpan(BoundSequencePointWithSpan node, object? arg) => new TreeDumperNode("sequencePointWithSpan", null, new TreeDumperNode[]
2 references to VisitSequencePointWithSpan
Microsoft.CodeAnalysis.CSharp (2)
BoundTree\BoundTreeVisitors.cs (1)
70return VisitSequencePointWithSpan(node as BoundSequencePointWithSpan, arg);
Generated\BoundNodes.xml.Generated.cs (1)
8991return VisitSequencePointWithSpan((BoundSequencePointWithSpan)node, arg);