4 references to GetDocumentId
Microsoft.CodeAnalysis.Features (2)
ExternalAccess\UnitTesting\SolutionCrawler\UnitTestingWorkCoordinator.UnitTestingSemanticChangeProcessor.cs (1)
183var documentId = solution.GetDocumentId(location.SourceTree, projectId);
SolutionCrawler\WorkCoordinator.SemanticChangeProcessor.cs (1)
182var documentId = solution.GetDocumentId(location.SourceTree, projectId);
Microsoft.CodeAnalysis.Workspaces (2)
Workspace\Solution\Project.cs (1)
227=> _solution.GetDocumentId(syntaxTree, this.Id);
Workspace\Solution\Solution.cs (1)
192public DocumentId? GetDocumentId(SyntaxTree? syntaxTree) => GetDocumentId(syntaxTree, projectId: null);