12 references to The_solution_does_not_contain_the_specified_document
Microsoft.CodeAnalysis.Workspaces (12)
ISolutionExtensions.cs (1)
68
=> new InvalidOperationException(WorkspaceExtensionsResources.
The_solution_does_not_contain_the_specified_document
);
Rename\Renamer.RenameDocumentActionSet.cs (1)
143
?? throw new InvalidOperationException(WorkspaceExtensionsResources.
The_solution_does_not_contain_the_specified_document
);
Shared\Extensions\ISolutionExtensions.cs (1)
56
throw new InvalidOperationException(WorkspaceExtensionsResources.
The_solution_does_not_contain_the_specified_document
);
Shared\Extensions\ProjectExtensions.cs (6)
35
=> project.GetDocument(documentId) ?? throw new InvalidOperationException(WorkspaceExtensionsResources.
The_solution_does_not_contain_the_specified_document
);
38
=> project.GetDocument(tree) ?? throw new InvalidOperationException(WorkspaceExtensionsResources.
The_solution_does_not_contain_the_specified_document
);
41
=> project.GetAdditionalDocument(documentId) ?? throw new InvalidOperationException(WorkspaceExtensionsResources.
The_solution_does_not_contain_the_specified_document
);
44
=> project.GetAnalyzerConfigDocument(documentId) ?? throw new InvalidOperationException(WorkspaceExtensionsResources.
The_solution_does_not_contain_the_specified_document
);
51
throw new InvalidOperationException(WorkspaceExtensionsResources.
The_solution_does_not_contain_the_specified_document
);
62
throw new InvalidOperationException(WorkspaceExtensionsResources.
The_solution_does_not_contain_the_specified_document
);
Workspace\Solution\Solution.cs (3)
1887
throw new InvalidOperationException(WorkspaceExtensionsResources.
The_solution_does_not_contain_the_specified_document
);
1913
throw new InvalidOperationException(WorkspaceExtensionsResources.
The_solution_does_not_contain_the_specified_document
);
1939
throw new InvalidOperationException(WorkspaceExtensionsResources.
The_solution_does_not_contain_the_specified_document
);