6 references to CreateDocumentNotFoundException
Microsoft.CodeAnalysis.Workspaces (6)
src\Workspaces\SharedUtilitiesAndExtensions\Workspace\Core\Extensions\ISolutionExtensions.cs (6)
62return solution.GetDocument(documentId) ?? throw CreateDocumentNotFoundException(); 67=> (await solution.GetDocumentAsync(documentId, includeSourceGenerated, cancellationToken).ConfigureAwait(false)) ?? throw CreateDocumentNotFoundException(); 70=> (await solution.GetTextDocumentAsync(documentId, cancellationToken).ConfigureAwait(false)) ?? throw CreateDocumentNotFoundException(); 74=> solution.GetAdditionalDocument(documentId) ?? throw CreateDocumentNotFoundException(); 77=> solution.GetAnalyzerConfigDocument(documentId) ?? throw CreateDocumentNotFoundException(); 80=> solution.GetTextDocument(documentId) ?? throw CreateDocumentNotFoundException();