6 references to CreateDocumentNotFoundException
Microsoft.CodeAnalysis.Workspaces (6)
ISolutionExtensions.cs (6)
48
=> solution.GetDocument(documentId) ?? throw
CreateDocumentNotFoundException
();
52
=> (await solution.GetDocumentAsync(documentId, includeSourceGenerated, cancellationToken).ConfigureAwait(false)) ?? throw
CreateDocumentNotFoundException
();
55
=> (await solution.GetTextDocumentAsync(documentId, cancellationToken).ConfigureAwait(false)) ?? throw
CreateDocumentNotFoundException
();
59
=> solution.GetAdditionalDocument(documentId) ?? throw
CreateDocumentNotFoundException
();
62
=> solution.GetAnalyzerConfigDocument(documentId) ?? throw
CreateDocumentNotFoundException
();
65
=> solution.GetTextDocument(documentId) ?? throw
CreateDocumentNotFoundException
();