2 references to ApplyManagedCodeUpdatesAsync
Microsoft.DotNet.HotReload.Watch (2)
HotReload\CompilationHandler.cs (2)
182
await clients.
ApplyManagedCodeUpdatesAsync
(ToManagedCodeUpdates(updatesToApply), isProcessSuspended: false, isInitial: true, processCommunicationCancellationToken);
389
await runningProject.Clients.
ApplyManagedCodeUpdatesAsync
(ToManagedCodeUpdates(updates), isProcessSuspended: false, isInitial: false, processCommunicationCancellationSource.Token);