2 instantiations of BoundThrowIfModuleCancellationRequested
Microsoft.CodeAnalysis.CSharp (2)
Generated\BoundNodes.xml.Generated.cs (1)
2552var result = new BoundThrowIfModuleCancellationRequested(this.Syntax, type, this.HasErrors);
Lowering\SyntheticBoundNodeFactory.cs (1)
1370=> new BoundThrowIfModuleCancellationRequested(Syntax, SpecialType(CodeAnalysis.SpecialType.System_Void)) { WasCompilerGenerated = true };
11 references to BoundThrowIfModuleCancellationRequested
Microsoft.CodeAnalysis.CSharp (11)
FlowAnalysis\AbstractFlowPass.cs (1)
1724public override BoundNode VisitThrowIfModuleCancellationRequested(BoundThrowIfModuleCancellationRequested node)
Generated\BoundNodes.xml.Generated.cs (10)
2548public BoundThrowIfModuleCancellationRequested Update(TypeSymbol type) 2552var result = new BoundThrowIfModuleCancellationRequested(this.Syntax, type, this.HasErrors); 8955return VisitThrowIfModuleCancellationRequested((BoundThrowIfModuleCancellationRequested)node, arg); 9365public virtual R VisitThrowIfModuleCancellationRequested(BoundThrowIfModuleCancellationRequested node, A arg) => this.DefaultVisit(node, arg); 9601public virtual BoundNode? VisitThrowIfModuleCancellationRequested(BoundThrowIfModuleCancellationRequested node) => this.DefaultVisit(node); 10013public override BoundNode? VisitThrowIfModuleCancellationRequested(BoundThrowIfModuleCancellationRequested node) => null; 11170public override BoundNode? VisitThrowIfModuleCancellationRequested(BoundThrowIfModuleCancellationRequested node) 13085public override BoundNode? VisitThrowIfModuleCancellationRequested(BoundThrowIfModuleCancellationRequested node) 13092BoundThrowIfModuleCancellationRequested updatedNode = node.Update(infoAndType.Type!); 15523public override TreeDumperNode VisitThrowIfModuleCancellationRequested(BoundThrowIfModuleCancellationRequested node, object? arg) => new TreeDumperNode("throwIfModuleCancellationRequested", null, new TreeDumperNode[]