2 instantiations of BoundThrowIfModuleCancellationRequested
Microsoft.CodeAnalysis.CSharp (2)
Generated\BoundNodes.xml.Generated.cs (1)
2604var result = new BoundThrowIfModuleCancellationRequested(this.Syntax, type, this.HasErrors);
Lowering\SyntheticBoundNodeFactory.cs (1)
1409=> new BoundThrowIfModuleCancellationRequested(Syntax, SpecialType(CodeAnalysis.SpecialType.System_Void)) { WasCompilerGenerated = true };
11 references to BoundThrowIfModuleCancellationRequested
Microsoft.CodeAnalysis.CSharp (11)
FlowAnalysis\AbstractFlowPass.cs (1)
1730public override BoundNode VisitThrowIfModuleCancellationRequested(BoundThrowIfModuleCancellationRequested node)
Generated\BoundNodes.xml.Generated.cs (10)
2600public BoundThrowIfModuleCancellationRequested Update(TypeSymbol type) 2604var result = new BoundThrowIfModuleCancellationRequested(this.Syntax, type, this.HasErrors); 9220return VisitThrowIfModuleCancellationRequested((BoundThrowIfModuleCancellationRequested)node, arg); 9639public virtual R VisitThrowIfModuleCancellationRequested(BoundThrowIfModuleCancellationRequested node, A arg) => this.DefaultVisit(node, arg); 9880public virtual BoundNode? VisitThrowIfModuleCancellationRequested(BoundThrowIfModuleCancellationRequested node) => this.DefaultVisit(node); 10299public override BoundNode? VisitThrowIfModuleCancellationRequested(BoundThrowIfModuleCancellationRequested node) => null; 11522public override BoundNode? VisitThrowIfModuleCancellationRequested(BoundThrowIfModuleCancellationRequested node) 13580public override BoundNode? VisitThrowIfModuleCancellationRequested(BoundThrowIfModuleCancellationRequested node) 13587BoundThrowIfModuleCancellationRequested updatedNode = node.Update(infoAndType.Type!); 16046public override TreeDumperNode VisitThrowIfModuleCancellationRequested(BoundThrowIfModuleCancellationRequested node, object? arg) => new TreeDumperNode("throwIfModuleCancellationRequested", null, new TreeDumperNode[]