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\ProjectUpdatesBuilder.cs (1)
240var updates = await HotReloadService.GetUpdatesAsync(Solution, runningProjectInfos, cancellationToken);