Implemented interface member:
method
GetUpdatesAsync
Microsoft.CodeAnalysis.Contracts.EditAndContinue.IManagedHotReloadLanguageService3.GetUpdatesAsync(System.Collections.Immutable.ImmutableArray<Microsoft.CodeAnalysis.Contracts.EditAndContinue.RunningProjectInfo>, System.Threading.CancellationToken)
1 reference to GetUpdatesAsync
Microsoft.CodeAnalysis.EditorFeatures (1)
EditAndContinue\ManagedHotReloadLanguageServiceImpl.cs (1)
280return GetUpdatesAsync(ImmutableArray<RunningProjectInfo>.Empty, cancellationToken);