2 references to GetIndexAsync
Microsoft.CodeAnalysis.Workspaces (2)
Shared\Extensions\DocumentExtensions.cs (2)
17
var result = await SyntaxTreeIndex.
GetIndexAsync
(document, loadOnly: false, cancellationToken).ConfigureAwait(false);
23
=> SyntaxTreeIndex.
GetIndexAsync
(document, loadOnly, cancellationToken);