4 references to ProjectIndex
Microsoft.CodeAnalysis.Workspaces (4)
FindSymbols\FindReferences\DependentTypeFinder.cs (1)
204
var projectIndex = await
ProjectIndex
.GetIndexAsync(project, cancellationToken).ConfigureAwait(false);
FindSymbols\FindReferences\DependentTypeFinder_ProjectIndex.cs (3)
24
private static readonly ConditionalWeakTable<ProjectState, AsyncLazy<
ProjectIndex
>> s_projectToIndex = new();
32
public static Task<
ProjectIndex
> GetIndexAsync(
46
private static async Task<
ProjectIndex
> CreateIndexAsync(Project project, CancellationToken cancellationToken)