5 references to ProcessExitedSource
dotnet-watch (5)
HotReload\CompilationHandler.cs (2)
315using var processCommunicationCancellationSource = CancellationTokenSource.CreateLinkedTokenSource(runningProject.ProcessExitedSource.Token, cancellationToken); 318catch (OperationCanceledException) when (runningProject.ProcessExitedSource.Token.IsCancellationRequested && !cancellationToken.IsCancellationRequested)
HotReload\HotReloadDotNetWatcher.cs (2)
141rootRunningProject.ProcessExitedSource.Token.Register(() => iterationCancellationSource.Cancel()); 153catch (OperationCanceledException) when (rootRunningProject.ProcessExitedSource.Token.IsCancellationRequested)
Process\RunningProject.cs (1)
52ProcessExitedSource.Dispose();