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