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