Workspace\Workspace.cs (44)
575_ => throw new ArgumentException(WorkspacesResources.Options_did_not_come_from_specified_Solution, paramName: nameof(value))
1306WorkspacesResources._0_is_not_part_of_the_workspace,
1602progressTracker.Report(CodeAnalysisProgress.Description(string.Format(WorkspacesResources.Applying_changes_to_0, projectChanges.NewProject.Name)));
1691throw new NotSupportedException(WorkspacesResources.Removing_projects_is_not_supported);
1696throw new NotSupportedException(WorkspacesResources.Adding_projects_is_not_supported);
1701throw new NotSupportedException(WorkspacesResources.Adding_analyzer_references_is_not_supported);
1706throw new NotSupportedException(WorkspacesResources.Removing_analyzer_references_is_not_supported);
1746throw new NotSupportedException(WorkspacesResources.Changing_compilation_options_is_not_supported);
1755throw new NotSupportedException(WorkspacesResources.Changing_parse_options_is_not_supported);
1760throw new NotSupportedException(WorkspacesResources.Adding_documents_is_not_supported);
1765throw new NotSupportedException(WorkspacesResources.Removing_documents_is_not_supported);
1771throw new NotSupportedException(WorkspacesResources.Changing_document_property_is_not_supported);
1778throw new NotSupportedException(WorkspacesResources.Changing_documents_is_not_supported);
1789throw new NotSupportedException(string.Format(WorkspacesResources.Changing_document_0_is_not_supported, document.FilePath ?? document.Name));
1795throw new NotSupportedException(WorkspacesResources.Adding_additional_documents_is_not_supported);
1800throw new NotSupportedException(WorkspacesResources.Removing_additional_documents_is_not_supported);
1805throw new NotSupportedException(WorkspacesResources.Changing_additional_documents_is_not_supported);
1810throw new NotSupportedException(WorkspacesResources.Adding_analyzer_config_documents_is_not_supported);
1815throw new NotSupportedException(WorkspacesResources.Removing_analyzer_config_documents_is_not_supported);
1820throw new NotSupportedException(WorkspacesResources.Changing_analyzer_config_documents_is_not_supported);
1825throw new NotSupportedException(WorkspacesResources.Adding_project_references_is_not_supported);
1830throw new NotSupportedException(WorkspacesResources.Removing_project_references_is_not_supported);
1835throw new NotSupportedException(WorkspacesResources.Adding_project_references_is_not_supported);
1840throw new NotSupportedException(WorkspacesResources.Removing_project_references_is_not_supported);
1845throw new NotSupportedException(WorkspacesResources.Adding_analyzer_references_is_not_supported);
1850throw new NotSupportedException(WorkspacesResources.Removing_analyzer_references_is_not_supported);
2351throw new ArgumentException(WorkspacesResources.Workspace_is_not_empty);
2366WorkspacesResources._0_is_not_part_of_the_workspace,
2382WorkspacesResources._0_is_already_part_of_the_workspace,
2395WorkspacesResources._0_is_not_referenced,
2408WorkspacesResources._0_is_already_referenced,
2422WorkspacesResources.Adding_project_reference_from_0_to_1_will_cause_a_circular_reference,
2434throw new ArgumentException(WorkspacesResources.Metadata_is_not_referenced);
2445throw new ArgumentException(WorkspacesResources.Metadata_is_already_referenced);
2456throw new ArgumentException(string.Format(WorkspacesResources._0_is_not_present, analyzerReference));
2467throw new ArgumentException(string.Format(WorkspacesResources._0_is_already_present, analyzerReference));
2478throw new ArgumentException(string.Format(WorkspacesResources._0_is_not_present, analyzerReference));
2489throw new ArgumentException(string.Format(WorkspacesResources._0_is_already_present, analyzerReference));
2504WorkspacesResources._0_is_not_part_of_the_workspace,
2520WorkspacesResources._0_is_not_part_of_the_workspace,
2536WorkspacesResources._0_is_not_part_of_the_workspace,
2549WorkspacesResources._0_is_already_part_of_the_workspace,
2565WorkspacesResources._0_is_already_part_of_the_workspace,
2581WorkspacesResources._0_is_already_part_of_the_workspace,