6 references to _processingCancellation
Aspire.Hosting (6)
Devcontainers\DevcontainerSettingsWriter.cs (6)
63_processingTask = Task.Run(ProcessPortUpdatesAsync, _processingCancellation.Token); 72while (await reader.WaitToReadAsync(_processingCancellation.Token).ConfigureAwait(false)) 83await WriteSettingsAsync(batch, _processingCancellation.Token).ConfigureAwait(false); 85catch (OperationCanceledException) when (_processingCancellation.IsCancellationRequested) 96catch (OperationCanceledException) when (_processingCancellation.IsCancellationRequested) 272_processingCancellation.Cancel();