1 implementation of TryGetPotentiallyStaleSourceSymbolTreeInfoAsync
Microsoft.CodeAnalysis.Workspaces (1)
FindSymbols\SymbolTree\SymbolTreeInfoCacheService.cs (1)
94public async ValueTask<SymbolTreeInfo?> TryGetPotentiallyStaleSourceSymbolTreeInfoAsync(
1 reference to TryGetPotentiallyStaleSourceSymbolTreeInfoAsync
Microsoft.CodeAnalysis.Features (1)
AddImport\SearchScopes\SourceSymbolsProjectSearchScope.cs (1)
39var info = await service.TryGetPotentiallyStaleSourceSymbolTreeInfoAsync(_project, CancellationToken).ConfigureAwait(false);