1 override of VisitThrowIfModuleCancellationRequested
Microsoft.CodeAnalysis.CSharp (1)
Generated\BoundNodes.xml.Generated.cs (1)
15848
public override TreeDumperNode
VisitThrowIfModuleCancellationRequested
(BoundThrowIfModuleCancellationRequested node, object? arg) => new TreeDumperNode("throwIfModuleCancellationRequested", null, new TreeDumperNode[]
1 reference to VisitThrowIfModuleCancellationRequested
Microsoft.CodeAnalysis.CSharp (1)
Generated\BoundNodes.xml.Generated.cs (1)
9100
return
VisitThrowIfModuleCancellationRequested
((BoundThrowIfModuleCancellationRequested)node, arg);