Implemented interface member:
3 references to GetUpdatesAsync
Microsoft.CodeAnalysis.EditorFeatures (1)
EditAndContinue\ManagedHotReloadLanguageService.cs (1)
46return GetUpdatesAsync(ImmutableArray<RunningProjectInfo>.Empty, cancellationToken);
Microsoft.CodeAnalysis.EditorFeatures.UnitTests (2)
EditAndContinue\EditorManagedHotReloadLanguageServiceTests.cs (2)
383var updates = await localService.GetUpdatesAsync([runningProjectInfo], CancellationToken.None); 448updates = await localService.GetUpdatesAsync(runningProjects: [runningProjectInfo], CancellationToken.None);