Implemented interface member:
4 references to GetUpdatesAsync
Microsoft.CodeAnalysis.EditorFeatures (2)
EditAndContinue\EditAndContinueLanguageService.cs (1)
321
return
GetUpdatesAsync
(ImmutableArray<RunningProjectInfo>.Empty, cancellationToken);
EditAndContinue\EditAndContinueLanguageServiceBridge.cs (1)
51
=> service.
GetUpdatesAsync
(runningProjects, cancellationToken);
Microsoft.CodeAnalysis.EditorFeatures.UnitTests (2)
EditAndContinue\EditAndContinueLanguageServiceTests.cs (2)
225
var updates = await localService.
GetUpdatesAsync
(runningProjects: [runningProjectInfo], CancellationToken.None);
290
updates = await localService.
GetUpdatesAsync
(runningProjects: [runningProjectInfo], CancellationToken.None);