Workspace\Workspace.cs (44)
546_ => throw new ArgumentException(WorkspacesResources.Options_did_not_come_from_specified_Solution, paramName: nameof(value))
1277WorkspacesResources._0_is_not_part_of_the_workspace,
1571progressTracker.Report(CodeAnalysisProgress.Description(string.Format(WorkspacesResources.Applying_changes_to_0, projectChanges.NewProject.Name)));
1660throw new NotSupportedException(WorkspacesResources.Removing_projects_is_not_supported);
1665throw new NotSupportedException(WorkspacesResources.Adding_projects_is_not_supported);
1670throw new NotSupportedException(WorkspacesResources.Adding_analyzer_references_is_not_supported);
1675throw new NotSupportedException(WorkspacesResources.Removing_analyzer_references_is_not_supported);
1715throw new NotSupportedException(WorkspacesResources.Changing_compilation_options_is_not_supported);
1724throw new NotSupportedException(WorkspacesResources.Changing_parse_options_is_not_supported);
1729throw new NotSupportedException(WorkspacesResources.Adding_documents_is_not_supported);
1734throw new NotSupportedException(WorkspacesResources.Removing_documents_is_not_supported);
1740throw new NotSupportedException(WorkspacesResources.Changing_document_property_is_not_supported);
1747throw new NotSupportedException(WorkspacesResources.Changing_documents_is_not_supported);
1758throw new NotSupportedException(string.Format(WorkspacesResources.Changing_document_0_is_not_supported, document.FilePath ?? document.Name));
1764throw new NotSupportedException(WorkspacesResources.Adding_additional_documents_is_not_supported);
1769throw new NotSupportedException(WorkspacesResources.Removing_additional_documents_is_not_supported);
1774throw new NotSupportedException(WorkspacesResources.Changing_additional_documents_is_not_supported);
1779throw new NotSupportedException(WorkspacesResources.Adding_analyzer_config_documents_is_not_supported);
1784throw new NotSupportedException(WorkspacesResources.Removing_analyzer_config_documents_is_not_supported);
1789throw new NotSupportedException(WorkspacesResources.Changing_analyzer_config_documents_is_not_supported);
1794throw new NotSupportedException(WorkspacesResources.Adding_project_references_is_not_supported);
1799throw new NotSupportedException(WorkspacesResources.Removing_project_references_is_not_supported);
1804throw new NotSupportedException(WorkspacesResources.Adding_project_references_is_not_supported);
1809throw new NotSupportedException(WorkspacesResources.Removing_project_references_is_not_supported);
1814throw new NotSupportedException(WorkspacesResources.Adding_analyzer_references_is_not_supported);
1819throw new NotSupportedException(WorkspacesResources.Removing_analyzer_references_is_not_supported);
2320throw new ArgumentException(WorkspacesResources.Workspace_is_not_empty);
2335WorkspacesResources._0_is_not_part_of_the_workspace,
2351WorkspacesResources._0_is_already_part_of_the_workspace,
2364WorkspacesResources._0_is_not_referenced,
2377WorkspacesResources._0_is_already_referenced,
2391WorkspacesResources.Adding_project_reference_from_0_to_1_will_cause_a_circular_reference,
2403throw new ArgumentException(WorkspacesResources.Metadata_is_not_referenced);
2414throw new ArgumentException(WorkspacesResources.Metadata_is_already_referenced);
2425throw new ArgumentException(string.Format(WorkspacesResources._0_is_not_present, analyzerReference));
2436throw new ArgumentException(string.Format(WorkspacesResources._0_is_already_present, analyzerReference));
2447throw new ArgumentException(string.Format(WorkspacesResources._0_is_not_present, analyzerReference));
2458throw new ArgumentException(string.Format(WorkspacesResources._0_is_already_present, analyzerReference));
2473WorkspacesResources._0_is_not_part_of_the_workspace,
2489WorkspacesResources._0_is_not_part_of_the_workspace,
2505WorkspacesResources._0_is_not_part_of_the_workspace,
2518WorkspacesResources._0_is_already_part_of_the_workspace,
2534WorkspacesResources._0_is_already_part_of_the_workspace,
2550WorkspacesResources._0_is_already_part_of_the_workspace,