3 references to GetIndexAsync
Microsoft.CodeAnalysis.Workspaces (3)
FindSymbols\SyntaxTree\SyntaxTreeIndex.cs (1)
37=> GetIndexAsync(document, loadOnly: false, cancellationToken);
Shared\Extensions\DocumentExtensions.cs (2)
18var result = await SyntaxTreeIndex.GetIndexAsync(document, loadOnly: false, cancellationToken).ConfigureAwait(false); 24=> SyntaxTreeIndex.GetIndexAsync(document, loadOnly, cancellationToken);