Implemented interface member:
method
GetUpdatesAsync
Microsoft.CodeAnalysis.Contracts.EditAndContinue.IManagedHotReloadLanguageService3.GetUpdatesAsync(System.Collections.Immutable.ImmutableArray<Microsoft.CodeAnalysis.Contracts.EditAndContinue.RunningProjectInfo>, System.Threading.CancellationToken)
2 references to GetUpdatesAsync
Microsoft.VisualStudio.LanguageServices.DevKit (2)
src\EditorFeatures\Core\EditAndContinue\ManagedHotReloadLanguageService.cs (1)
62=> (await impl.GetUpdatesAsync(runningProjects.SelectAsArray(static info => info.ToContract()), cancellationToken).ConfigureAwait(false)).FromContract();
src\EditorFeatures\Core\EditAndContinue\ManagedHotReloadLanguageServiceImpl.cs (1)
286return GetUpdatesAsync(ImmutableArray<RunningProjectInfo>.Empty, cancellationToken);