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