Implemented interface member:
method
GetUpdatesAsync
Microsoft.CodeAnalysis.Contracts.EditAndContinue.IManagedHotReloadLanguageService3.GetUpdatesAsync(System.Collections.Immutable.ImmutableArray<Microsoft.CodeAnalysis.Contracts.EditAndContinue.RunningProjectInfo>, System.Threading.CancellationToken)
3 references to GetUpdatesAsync
Microsoft.CodeAnalysis.EditorFeatures (1)
EditAndContinue\ManagedHotReloadLanguageServiceImpl.cs (1)
286return GetUpdatesAsync(ImmutableArray<RunningProjectInfo>.Empty, cancellationToken);
Microsoft.CodeAnalysis.EditorFeatures.UnitTests (2)
EditAndContinue\EditorManagedHotReloadLanguageServiceTests.cs (2)
212var updates = await localService.GetUpdatesAsync(runningProjects: [runningProjectInfo], CancellationToken.None); 277updates = await localService.GetUpdatesAsync(runningProjects: [runningProjectInfo], CancellationToken.None);