7 references to _shutdownCts
Aspire.Hosting (7)
Backchannel\AppHostRpcTarget.cs (7)
39
using var linkedCts = CancellationTokenSource.CreateLinkedTokenSource(cancellationToken,
_shutdownCts
.Token);
48
catch (OperationCanceledException) when (
_shutdownCts
.Token.IsCancellationRequested)
72
using var linkedCts = CancellationTokenSource.CreateLinkedTokenSource(cancellationToken,
_shutdownCts
.Token);
83
catch (OperationCanceledException) when (
_shutdownCts
.Token.IsCancellationRequested)
103
using var linkedCts = CancellationTokenSource.CreateLinkedTokenSource(cancellationToken,
_shutdownCts
.Token);
146
_shutdownCts
.Cancel();
158
_shutdownCts
.Cancel();