10 references to ISolutionExtensions
Microsoft.CodeAnalysis.Workspaces (10)
Rename\Renamer.RenameDocumentActionSet.cs (1)
142?? throw ISolutionExtensions.CreateDocumentNotFoundException(_documentName);
Shared\Extensions\ProjectExtensions.cs (6)
35=> project.GetDocument(documentId) ?? throw ISolutionExtensions.CreateDocumentNotFoundException(documentId); 38=> project.GetDocument(tree) ?? throw ISolutionExtensions.CreateDocumentNotFoundException(tree.FilePath); 41=> project.GetAdditionalDocument(documentId) ?? throw ISolutionExtensions.CreateDocumentNotFoundException(documentId); 44=> project.GetAnalyzerConfigDocument(documentId) ?? throw ISolutionExtensions.CreateDocumentNotFoundException(documentId); 47=> project.GetTextDocument(documentId) ?? throw ISolutionExtensions.CreateDocumentNotFoundException(documentId); 52return document ?? throw ISolutionExtensions.CreateDocumentNotFoundException(documentId);
Workspace\Solution\Solution.cs (3)
1799throw ISolutionExtensions.CreateDocumentNotFoundException(documentId); 1833throw ISolutionExtensions.CreateDocumentNotFoundException(documentId); 1859throw ISolutionExtensions.CreateDocumentNotFoundException(documentId);