4 references to Project
Microsoft.CodeAnalysis.Features (1)
NavigateTo\AbstractNavigateToSearchService.CachedDocumentSearch.cs (1)
118
var groups = documentKeys.GroupBy(d => d.
Project
).ToImmutableArray();
Microsoft.CodeAnalysis.Remote.ServiceHub (1)
Services\SemanticClassification\RemoteSemanticClassificationService.Caching.cs (1)
291
var storage = await persistenceService.GetStorageAsync(documentKey.
Project
.Solution, cancellationToken).ConfigureAwait(false);
Microsoft.CodeAnalysis.Workspaces (2)
FindSymbols\Shared\AbstractSyntaxIndex_Persistence.cs (1)
72
var storage = await storageService.GetStorageAsync(documentKey.
Project
.Solution, cancellationToken).ConfigureAwait(false);
Storage\SQLite\v2\SQLitePersistentStorage_DocumentIds.cs (1)
38
if (TryGetProjectPrimaryKey(connection, documentKey.
Project
, allowWrite) is not ProjectPrimaryKey projectPrimaryKey ||