Implemented interface member:
method
GetUpdatesAsync
Microsoft.CodeAnalysis.Contracts.EditAndContinue.IManagedHotReloadLanguageService2.GetUpdatesAsync(System.Collections.Immutable.ImmutableArray<System.String>, System.Threading.CancellationToken)
1 reference to GetUpdatesAsync
Microsoft.CodeAnalysis.EditorFeatures.UnitTests (1)
EditAndContinue\EditorManagedHotReloadLanguageServiceTests.cs (1)
311
_ = await localService.
GetUpdatesAsync
(runningProjects: ImmutableArray<string>.Empty, CancellationToken.None);