3 references to ManagedHotReloadUpdates
Microsoft.CodeAnalysis.Features (3)
Contracts\EditAndContinue\IManagedHotReloadLanguageService.cs (3)
20ValueTask<ManagedHotReloadUpdates> GetUpdatesAsync(CancellationToken cancellationToken); 29ValueTask<ManagedHotReloadUpdates> GetUpdatesAsync(ImmutableArray<string> runningProjects, CancellationToken cancellationToken); 37ValueTask<ManagedHotReloadUpdates> GetUpdatesAsync(ImmutableArray<RunningProjectInfo> runningProjects, CancellationToken cancellationToken);