4 references to GetDocumentId
Microsoft.CodeAnalysis.Features (2)
ExternalAccess\UnitTesting\SolutionCrawler\UnitTestingWorkCoordinator.UnitTestingSemanticChangeProcessor.cs (1)
183
var documentId = solution.
GetDocumentId
(location.SourceTree, projectId);
SolutionCrawler\WorkCoordinator.SemanticChangeProcessor.cs (1)
182
var 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)
192
public DocumentId? GetDocumentId(SyntaxTree? syntaxTree) =>
GetDocumentId
(syntaxTree, projectId: null);