6 references to Clients
dotnet-watch (6)
HotReload\CompilationHandler.cs (4)
316
await runningProject.
Clients
.ApplyManagedCodeUpdatesAsync(ToManagedCodeUpdates(updates), isProcessSuspended: false, processCommunicationCancellationSource.Token);
320
runningProject.
Clients
.ClientLogger.Log(MessageDescriptor.HotReloadCanceledProcessExited);
376
(project, cancellationToken) => project.
Clients
.ReportCompilationErrorsInApplicationAsync([.. diagnosticsToDisplayInApp], cancellationToken).AsTask() ?? Task.CompletedTask,
531
await runningProject.
Clients
.ApplyStaticAssetUpdatesAsync(assets, cancellationToken);
Process\RunningProject.cs (2)
50
Clients
.Dispose();
66
await
Clients
.WaitForConnectionEstablishedAsync(cancellationToken);