1 implementation of GetQueryDocumentId
Microsoft.CodeAnalysis.ExternalAccess.Copilot (1)
Internal\SemanticSearch\CopilotSemanticSearchSolutionService.cs (1)
28
public DocumentId
GetQueryDocumentId
(Solution solution)
4 references to GetQueryDocumentId
Microsoft.CodeAnalysis.Features (2)
SemanticSearch\SemanticSearchDocumentSupportsFeatureService.cs (1)
21
return solutionService.Value.
GetQueryDocumentId
(document.Project.Solution) == document.Id;
SemanticSearch\SemanticSearchWorkspace.cs (1)
39
var queryDocument = newSolution.GetRequiredDocument(solutionService.
GetQueryDocumentId
(newSolution));
Microsoft.VisualStudio.LanguageServices.CSharp (2)
SemanticSearch\SemanticSearchDocumentNavigationService.cs (1)
31
Debug.Assert(documentId == window.SemanticSearchService.
GetQueryDocumentId
(workspace.CurrentSolution));
SemanticSearch\SemanticSearchToolWindowImpl.cs (1)
393
var queryDocument = querySolution.GetRequiredDocument(SemanticSearchService.
GetQueryDocumentId
(querySolution));