Workspace\Workspace.cs (44)
566_ => throw new ArgumentException(WorkspacesResources.Options_did_not_come_from_specified_Solution, paramName: nameof(value))
1239WorkspacesResources._0_is_not_part_of_the_workspace,
1535progressTracker.Report(CodeAnalysisProgress.Description(string.Format(WorkspacesResources.Applying_changes_to_0, projectChanges.NewProject.Name)));
1624throw new NotSupportedException(WorkspacesResources.Removing_projects_is_not_supported);
1629throw new NotSupportedException(WorkspacesResources.Adding_projects_is_not_supported);
1634throw new NotSupportedException(WorkspacesResources.Adding_analyzer_references_is_not_supported);
1639throw new NotSupportedException(WorkspacesResources.Removing_analyzer_references_is_not_supported);
1679throw new NotSupportedException(WorkspacesResources.Changing_compilation_options_is_not_supported);
1688throw new NotSupportedException(WorkspacesResources.Changing_parse_options_is_not_supported);
1693throw new NotSupportedException(WorkspacesResources.Adding_documents_is_not_supported);
1698throw new NotSupportedException(WorkspacesResources.Removing_documents_is_not_supported);
1704throw new NotSupportedException(WorkspacesResources.Changing_document_property_is_not_supported);
1711throw new NotSupportedException(WorkspacesResources.Changing_documents_is_not_supported);
1722throw new NotSupportedException(string.Format(WorkspacesResources.Changing_document_0_is_not_supported, document.FilePath ?? document.Name));
1728throw new NotSupportedException(WorkspacesResources.Adding_additional_documents_is_not_supported);
1733throw new NotSupportedException(WorkspacesResources.Removing_additional_documents_is_not_supported);
1738throw new NotSupportedException(WorkspacesResources.Changing_additional_documents_is_not_supported);
1743throw new NotSupportedException(WorkspacesResources.Adding_analyzer_config_documents_is_not_supported);
1748throw new NotSupportedException(WorkspacesResources.Removing_analyzer_config_documents_is_not_supported);
1753throw new NotSupportedException(WorkspacesResources.Changing_analyzer_config_documents_is_not_supported);
1758throw new NotSupportedException(WorkspacesResources.Adding_project_references_is_not_supported);
1763throw new NotSupportedException(WorkspacesResources.Removing_project_references_is_not_supported);
1768throw new NotSupportedException(WorkspacesResources.Adding_project_references_is_not_supported);
1773throw new NotSupportedException(WorkspacesResources.Removing_project_references_is_not_supported);
1778throw new NotSupportedException(WorkspacesResources.Adding_analyzer_references_is_not_supported);
1783throw new NotSupportedException(WorkspacesResources.Removing_analyzer_references_is_not_supported);
2293throw new ArgumentException(WorkspacesResources.Workspace_is_not_empty);
2308WorkspacesResources._0_is_not_part_of_the_workspace,
2324WorkspacesResources._0_is_already_part_of_the_workspace,
2337WorkspacesResources._0_is_not_referenced,
2350WorkspacesResources._0_is_already_referenced,
2364WorkspacesResources.Adding_project_reference_from_0_to_1_will_cause_a_circular_reference,
2376throw new ArgumentException(WorkspacesResources.Metadata_is_not_referenced);
2387throw new ArgumentException(WorkspacesResources.Metadata_is_already_referenced);
2398throw new ArgumentException(string.Format(WorkspacesResources._0_is_not_present, analyzerReference));
2409throw new ArgumentException(string.Format(WorkspacesResources._0_is_already_present, analyzerReference));
2420throw new ArgumentException(string.Format(WorkspacesResources._0_is_not_present, analyzerReference));
2431throw new ArgumentException(string.Format(WorkspacesResources._0_is_already_present, analyzerReference));
2446WorkspacesResources._0_is_not_part_of_the_workspace,
2462WorkspacesResources._0_is_not_part_of_the_workspace,
2478WorkspacesResources._0_is_not_part_of_the_workspace,
2491WorkspacesResources._0_is_already_part_of_the_workspace,
2507WorkspacesResources._0_is_already_part_of_the_workspace,
2523WorkspacesResources._0_is_already_part_of_the_workspace,