1 override of VisitSequencePoint
Microsoft.CodeAnalysis.CSharp (1)
Generated\BoundNodes.xml.Generated.cs (1)
15675public override TreeDumperNode VisitSequencePoint(BoundSequencePoint node, object? arg) => new TreeDumperNode("sequencePoint", null, new TreeDumperNode[]
2 references to VisitSequencePoint
Microsoft.CodeAnalysis.CSharp (2)
BoundTree\BoundTreeVisitors.cs (1)
68return VisitSequencePoint(node as BoundSequencePoint, arg);
Generated\BoundNodes.xml.Generated.cs (1)
8989return VisitSequencePoint((BoundSequencePoint)node, arg);