4 references to CreateDocumentNotFoundException
Microsoft.CodeAnalysis.Analyzers (4)
src\Workspaces\SharedUtilitiesAndExtensions\Workspace\Core\Extensions\ISolutionExtensions.cs (4)
65return solution.GetDocument(documentId) ?? throw CreateDocumentNotFoundException(documentId); 101=> solution.GetAdditionalDocument(documentId) ?? throw CreateDocumentNotFoundException(documentId); 104=> solution.GetAnalyzerConfigDocument(documentId) ?? throw CreateDocumentNotFoundException(documentId); 117throw CreateDocumentNotFoundException(documentId);