1 implementation of GetUpdatesAsync
Microsoft.CodeAnalysis.Remote.Workspaces (1)
EditAndContinue\ManagedHotReloadLanguageService.cs (1)
255public async ValueTask<ManagedHotReloadUpdates> GetUpdatesAsync(ImmutableArray<RunningProjectInfo> runningProjects, CancellationToken cancellationToken)
1 reference to GetUpdatesAsync
Microsoft.VisualStudio.LanguageServices.DevKit (1)
EditAndContinue\ManagedHotReloadLanguageServiceBridge.cs (1)
53=> (await service.GetUpdatesAsync(runningProjects.SelectAsArray(static info => info.ToContract()), cancellationToken).ConfigureAwait(false)).FromContract();