1 instantiation of ProjectIndex
Microsoft.CodeAnalysis.Workspaces (1)
FindSymbols\FindReferences\DependentTypeFinder_ProjectIndex.cs (1)
117
return new
ProjectIndex
(classesThatMayDeriveFromSystemObject, valueTypes, enums, delegates, namedTypes);
5 references to ProjectIndex
Microsoft.CodeAnalysis.Workspaces (5)
FindSymbols\FindReferences\DependentTypeFinder.cs (2)
205
var
projectIndex = await
ProjectIndex
.GetIndexAsync(project, cancellationToken).ConfigureAwait(false);
FindSymbols\FindReferences\DependentTypeFinder_ProjectIndex.cs (3)
34
private static readonly ConditionalWeakTable<ProjectState, StrongBox<(Checksum checksum, AsyncLazy<
ProjectIndex
> lazyProjectIndex)>> s_projectToIndex = new();
42
public static async Task<
ProjectIndex
> GetIndexAsync(
67
private static async Task<
ProjectIndex
> CreateIndexAsync(Project project, CancellationToken cancellationToken)