7 references to Clients
Microsoft.DotNet.HotReload.Watch (7)
HotReload\CompilationHandler.cs (7)
300
await runningProject.
Clients
.ReportCompilationErrorsInApplicationAsync([rudeEditMessage, MessageDescriptor.RestartingApplication.GetMessage()], cancellationToken);
466
Debug.Assert(runningProject.
Clients
.IsManagedAgentSupported);
469
var applyTask = await runningProject.
Clients
.ApplyManagedCodeUpdatesAsync(
486
staticAssetApplyTaskProducers.Add(runningProject.
Clients
.ApplyStaticAssetUpdatesAsync(
564
(project, cancellationToken) => project.
Clients
.ReportCompilationErrorsInApplicationAsync([.. errorsToDisplayInApp], cancellationToken).AsTask() ?? Task.CompletedTask,
830
if (!runningProject.
Clients
.UseRefreshServerToApplyStaticAssets && !runningProject.
Clients
.IsManagedAgentSupported)