1 override of VisitSequencePointWithSpan
Microsoft.CodeAnalysis.CSharp (1)
Generated\BoundNodes.xml.Generated.cs (1)
15681
public 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)
70
return
VisitSequencePointWithSpan
(node as BoundSequencePointWithSpan, arg);
Generated\BoundNodes.xml.Generated.cs (1)
8991
return
VisitSequencePointWithSpan
((BoundSequencePointWithSpan)node, arg);