2 references to ApplyManagedCodeUpdatesAsync
dotnet-watch (2)
HotReload\CompilationHandler.cs (2)
166
await clients.
ApplyManagedCodeUpdatesAsync
(ToManagedCodeUpdates(updatesToApply), isProcessSuspended: false, isInitial: true, processCommunicationCancellationToken);
373
await runningProject.Clients.
ApplyManagedCodeUpdatesAsync
(ToManagedCodeUpdates(updates), isProcessSuspended: false, isInitial: false, processCommunicationCancellationSource.Token);