1 instantiation of TopLevelSyntaxTreeIndex
Microsoft.CodeAnalysis.Workspaces (1)
FindSymbols\TopLevelSyntaxTree\TopLevelSyntaxTreeIndex_Create.cs (1)
27
return new
TopLevelSyntaxTreeIndex
(
15 references to TopLevelSyntaxTreeIndex
Microsoft.CodeAnalysis.Workspaces (15)
FindSymbols\FindReferences\DependentTypeFinder_ProjectIndex.cs (1)
69
var syntaxTreeIndex = await
TopLevelSyntaxTreeIndex
.GetRequiredIndexAsync(
FindSymbols\TopLevelSyntaxTree\TopLevelSyntaxTreeIndex.cs (7)
14
internal sealed partial class TopLevelSyntaxTreeIndex : AbstractSyntaxIndex<
TopLevelSyntaxTreeIndex
>
46
public static ValueTask<
TopLevelSyntaxTreeIndex
> GetRequiredIndexAsync(Document document, CancellationToken cancellationToken)
49
public static ValueTask<
TopLevelSyntaxTreeIndex
> GetRequiredIndexAsync(SolutionKey solutionKey, ProjectState project, DocumentState document, CancellationToken cancellationToken)
52
public static ValueTask<
TopLevelSyntaxTreeIndex
?> GetIndexAsync(Document document, CancellationToken cancellationToken)
55
public static ValueTask<
TopLevelSyntaxTreeIndex
?> GetIndexAsync(SolutionKey solutionKey, ProjectState project, DocumentState document, CancellationToken cancellationToken)
58
public static ValueTask<
TopLevelSyntaxTreeIndex
?> GetIndexAsync(Document document, bool loadOnly, CancellationToken cancellationToken)
61
public static ValueTask<
TopLevelSyntaxTreeIndex
?> GetIndexAsync(SolutionKey solutionKey, ProjectState project, DocumentState document, bool loadOnly, CancellationToken cancellationToken)
FindSymbols\TopLevelSyntaxTree\TopLevelSyntaxTreeIndex_Create.cs (1)
15
private static
TopLevelSyntaxTreeIndex
CreateIndex(
FindSymbols\TopLevelSyntaxTree\TopLevelSyntaxTreeIndex_Persistence.cs (2)
15
public static Task<
TopLevelSyntaxTreeIndex
?> LoadAsync(
27
private static
TopLevelSyntaxTreeIndex
? ReadIndex(
LanguageServices\DeclaredSymbolFactoryService\AbstractDeclaredSymbolInfoFactoryService.cs (1)
82
/// "complex" method (as described at <see cref="
TopLevelSyntaxTreeIndex
.ExtensionMethodInfo"/>).
Workspace\Solution\Project.cs (3)
447
Func<
TopLevelSyntaxTreeIndex
, CancellationToken, bool> predicate, CancellationToken cancellationToken)
451
var
index = await
TopLevelSyntaxTreeIndex
.GetRequiredIndexAsync(d, cancellationToken).ConfigureAwait(false);