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