3 references to CreateDocumentNotFoundException
Microsoft.CodeAnalysis.Workspaces (3)
Rename\Renamer.RenameDocumentActionSet.cs (1)
142
?? throw ISolutionExtensions.
CreateDocumentNotFoundException
(_documentName);
Shared\Extensions\ProjectExtensions.cs (1)
38
=> project.GetDocument(tree) ?? throw ISolutionExtensions.
CreateDocumentNotFoundException
(tree.FilePath);
src\Workspaces\SharedUtilitiesAndExtensions\Workspace\Core\Extensions\ISolutionExtensions.cs (1)
122
=>
CreateDocumentNotFoundException
(documentId?.DebugName);