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