7 references to GetRequiredIndexAsync
Microsoft.CodeAnalysis.Features (4)
Completion\Providers\ImportCompletionProvider\ExtensionMethodImportCompletionHelper.cs (1)
269
var info = await TopLevelSyntaxTreeIndex.
GetRequiredIndexAsync
(document, cancellationToken).ConfigureAwait(false);
ExternalAccess\UnitTesting\API\UnitTestingSearchHelpers.cs (1)
200
var index = await TopLevelSyntaxTreeIndex.
GetRequiredIndexAsync
(document, cancellationToken).ConfigureAwait(false);
NavigateTo\AbstractNavigateToSearchService.InProcess.cs (2)
94
var index = await TopLevelSyntaxTreeIndex.
GetRequiredIndexAsync
(document, cancellationToken).ConfigureAwait(false);
216
var index = await TopLevelSyntaxTreeIndex.
GetRequiredIndexAsync
(linkedDocument, cancellationToken).ConfigureAwait(false);
Microsoft.CodeAnalysis.Workspaces (2)
FindSymbols\FindReferences\DependentTypeFinder_ProjectIndex.cs (1)
61
var syntaxTreeIndex = await TopLevelSyntaxTreeIndex.
GetRequiredIndexAsync
(document, cancellationToken).ConfigureAwait(false);
Workspace\Solution\Project.cs (1)
432
var index = await TopLevelSyntaxTreeIndex.
GetRequiredIndexAsync
(d, cancellationToken).ConfigureAwait(false);
Microsoft.VisualStudio.LanguageServices.CSharp.UnitTests (1)
PersistentStorage\AbstractPersistentStorageTests.cs (1)
907
var index = await TopLevelSyntaxTreeIndex.
GetRequiredIndexAsync
(document, default);