3 references to ThrowIfModuleCancellationRequested
Microsoft.CodeAnalysis.CSharp (3)
Lowering\Instrumentation\ModuleCancellationInstrumenter.cs (3)
91
prologue: _factory.ExpressionStatement(_factory.
ThrowIfModuleCancellationRequested
()));
95
=> _factory.Sequence([], [_factory.
ThrowIfModuleCancellationRequested
()], expression);
98
=> _factory.StatementList(_factory.ExpressionStatement(_factory.
ThrowIfModuleCancellationRequested
()), statement);