7 references to _shutdownCts
Aspire.Hosting (7)
Backchannel\AppHostRpcTarget.cs (7)
35
using var linkedCts = CancellationTokenSource.CreateLinkedTokenSource(cancellationToken,
_shutdownCts
.Token);
44
catch (OperationCanceledException) when (
_shutdownCts
.Token.IsCancellationRequested)
68
using var linkedCts = CancellationTokenSource.CreateLinkedTokenSource(cancellationToken,
_shutdownCts
.Token);
79
catch (OperationCanceledException) when (
_shutdownCts
.Token.IsCancellationRequested)
99
using var linkedCts = CancellationTokenSource.CreateLinkedTokenSource(cancellationToken,
_shutdownCts
.Token);
142
_shutdownCts
.Cancel();
154
_shutdownCts
.Cancel();