2 references to GetUpdatesAsync
Microsoft.DotNet.HotReload.Utils.Generator (1)
DeltaProject.cs (1)
96var updates = await _hotReloadService.GetUpdatesAsync (updatedSolution, runningProjects: [], ct);
Microsoft.DotNet.HotReload.Watch (1)
HotReload\CompilationHandler.cs (1)
360var updates = await _hotReloadService.GetUpdatesAsync(currentSolution, runningProjectInfos, cancellationToken);