4 references to _shutdownCts
Aspire.Hosting (4)
Dcp\DcpHostService.cs (4)
118
_shutdownCts
.Cancel();
257
while (!
_shutdownCts
.IsCancellationRequested)
261
Socket acceptedSocket = await socket.AcceptAsync(
_shutdownCts
.Token).ConfigureAwait(false);
262
outputLoggers.Add(Task.Run(() => LogSocketOutputAsync(acceptedSocket,
_shutdownCts
.Token)));