7 references to CreateDocumentNotFoundException
Microsoft.CodeAnalysis.Workspaces (7)
src\Workspaces\SharedUtilitiesAndExtensions\Workspace\Core\Extensions\ISolutionExtensions.cs (7)
65return solution.GetDocument(documentId) ?? throw CreateDocumentNotFoundException(); 85throw CreateDocumentNotFoundException(); 94=> (await solution.GetDocumentAsync(documentId, includeSourceGenerated, cancellationToken).ConfigureAwait(false)) ?? throw CreateDocumentNotFoundException(); 97=> (await solution.GetTextDocumentAsync(documentId, cancellationToken).ConfigureAwait(false)) ?? throw CreateDocumentNotFoundException(); 101=> solution.GetAdditionalDocument(documentId) ?? throw CreateDocumentNotFoundException(); 104=> solution.GetAnalyzerConfigDocument(documentId) ?? throw CreateDocumentNotFoundException(); 107=> solution.GetTextDocument(documentId) ?? throw CreateDocumentNotFoundException();