3 overrides of VisitThrowIfModuleCancellationRequested
Microsoft.CodeAnalysis.CSharp (3)
FlowAnalysis\AbstractFlowPass.cs (1)
1724
public override BoundNode
VisitThrowIfModuleCancellationRequested
(BoundThrowIfModuleCancellationRequested node)
Generated\BoundNodes.xml.Generated.cs (2)
10013
public override BoundNode?
VisitThrowIfModuleCancellationRequested
(BoundThrowIfModuleCancellationRequested node) => null;
11170
public override BoundNode?
VisitThrowIfModuleCancellationRequested
(BoundThrowIfModuleCancellationRequested node)
1 reference to VisitThrowIfModuleCancellationRequested
Microsoft.CodeAnalysis.CSharp (1)
Generated\BoundNodes.xml.Generated.cs (1)
2546
public override BoundNode? Accept(BoundTreeVisitor visitor) => visitor.
VisitThrowIfModuleCancellationRequested
(this);