Workspace\Workspace.cs (44)
578_ => throw new ArgumentException(WorkspacesResources.Options_did_not_come_from_specified_Solution, paramName: nameof(value))
1309WorkspacesResources._0_is_not_part_of_the_workspace,
1605progressTracker.Report(CodeAnalysisProgress.Description(string.Format(WorkspacesResources.Applying_changes_to_0, projectChanges.NewProject.Name)));
1694throw new NotSupportedException(WorkspacesResources.Removing_projects_is_not_supported);
1699throw new NotSupportedException(WorkspacesResources.Adding_projects_is_not_supported);
1704throw new NotSupportedException(WorkspacesResources.Adding_analyzer_references_is_not_supported);
1709throw new NotSupportedException(WorkspacesResources.Removing_analyzer_references_is_not_supported);
1749throw new NotSupportedException(WorkspacesResources.Changing_compilation_options_is_not_supported);
1758throw new NotSupportedException(WorkspacesResources.Changing_parse_options_is_not_supported);
1763throw new NotSupportedException(WorkspacesResources.Adding_documents_is_not_supported);
1768throw new NotSupportedException(WorkspacesResources.Removing_documents_is_not_supported);
1774throw new NotSupportedException(WorkspacesResources.Changing_document_property_is_not_supported);
1781throw new NotSupportedException(WorkspacesResources.Changing_documents_is_not_supported);
1792throw new NotSupportedException(string.Format(WorkspacesResources.Changing_document_0_is_not_supported, document.FilePath ?? document.Name));
1798throw new NotSupportedException(WorkspacesResources.Adding_additional_documents_is_not_supported);
1803throw new NotSupportedException(WorkspacesResources.Removing_additional_documents_is_not_supported);
1808throw new NotSupportedException(WorkspacesResources.Changing_additional_documents_is_not_supported);
1813throw new NotSupportedException(WorkspacesResources.Adding_analyzer_config_documents_is_not_supported);
1818throw new NotSupportedException(WorkspacesResources.Removing_analyzer_config_documents_is_not_supported);
1823throw new NotSupportedException(WorkspacesResources.Changing_analyzer_config_documents_is_not_supported);
1828throw new NotSupportedException(WorkspacesResources.Adding_project_references_is_not_supported);
1833throw new NotSupportedException(WorkspacesResources.Removing_project_references_is_not_supported);
1838throw new NotSupportedException(WorkspacesResources.Adding_project_references_is_not_supported);
1843throw new NotSupportedException(WorkspacesResources.Removing_project_references_is_not_supported);
1848throw new NotSupportedException(WorkspacesResources.Adding_analyzer_references_is_not_supported);
1853throw new NotSupportedException(WorkspacesResources.Removing_analyzer_references_is_not_supported);
2354throw new ArgumentException(WorkspacesResources.Workspace_is_not_empty);
2369WorkspacesResources._0_is_not_part_of_the_workspace,
2385WorkspacesResources._0_is_already_part_of_the_workspace,
2398WorkspacesResources._0_is_not_referenced,
2411WorkspacesResources._0_is_already_referenced,
2425WorkspacesResources.Adding_project_reference_from_0_to_1_will_cause_a_circular_reference,
2437throw new ArgumentException(WorkspacesResources.Metadata_is_not_referenced);
2448throw new ArgumentException(WorkspacesResources.Metadata_is_already_referenced);
2459throw new ArgumentException(string.Format(WorkspacesResources._0_is_not_present, analyzerReference));
2470throw new ArgumentException(string.Format(WorkspacesResources._0_is_already_present, analyzerReference));
2481throw new ArgumentException(string.Format(WorkspacesResources._0_is_not_present, analyzerReference));
2492throw new ArgumentException(string.Format(WorkspacesResources._0_is_already_present, analyzerReference));
2507WorkspacesResources._0_is_not_part_of_the_workspace,
2523WorkspacesResources._0_is_not_part_of_the_workspace,
2539WorkspacesResources._0_is_not_part_of_the_workspace,
2552WorkspacesResources._0_is_already_part_of_the_workspace,
2568WorkspacesResources._0_is_already_part_of_the_workspace,
2584WorkspacesResources._0_is_already_part_of_the_workspace,