1 override of VisitSequencePoint
Microsoft.CodeAnalysis.CSharp (1)
Generated\BoundNodes.xml.Generated.cs (1)
15675
public 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)
68
return
VisitSequencePoint
(node as BoundSequencePoint, arg);
Generated\BoundNodes.xml.Generated.cs (1)
8989
return
VisitSequencePoint
((BoundSequencePoint)node, arg);