Workspace\Workspace.cs (42)
401_ => throw new ArgumentException(WorkspacesResources.Options_did_not_come_from_specified_Solution, paramName: nameof(value))
1374throw new NotSupportedException(WorkspacesResources.Removing_projects_is_not_supported);
1379throw new NotSupportedException(WorkspacesResources.Adding_projects_is_not_supported);
1384throw new NotSupportedException(WorkspacesResources.Adding_analyzer_references_is_not_supported);
1389throw new NotSupportedException(WorkspacesResources.Removing_analyzer_references_is_not_supported);
1429throw new NotSupportedException(WorkspacesResources.Changing_compilation_options_is_not_supported);
1438throw new NotSupportedException(WorkspacesResources.Changing_parse_options_is_not_supported);
1443throw new NotSupportedException(WorkspacesResources.Adding_documents_is_not_supported);
1448throw new NotSupportedException(WorkspacesResources.Removing_documents_is_not_supported);
1454throw new NotSupportedException(WorkspacesResources.Changing_document_property_is_not_supported);
1461throw new NotSupportedException(WorkspacesResources.Changing_documents_is_not_supported);
1472throw new NotSupportedException(string.Format(WorkspacesResources.Changing_document_0_is_not_supported, document.FilePath ?? document.Name));
1478throw new NotSupportedException(WorkspacesResources.Adding_additional_documents_is_not_supported);
1483throw new NotSupportedException(WorkspacesResources.Removing_additional_documents_is_not_supported);
1488throw new NotSupportedException(WorkspacesResources.Changing_additional_documents_is_not_supported);
1493throw new NotSupportedException(WorkspacesResources.Adding_analyzer_config_documents_is_not_supported);
1498throw new NotSupportedException(WorkspacesResources.Removing_analyzer_config_documents_is_not_supported);
1503throw new NotSupportedException(WorkspacesResources.Changing_analyzer_config_documents_is_not_supported);
1508throw new NotSupportedException(WorkspacesResources.Adding_project_references_is_not_supported);
1513throw new NotSupportedException(WorkspacesResources.Removing_project_references_is_not_supported);
1518throw new NotSupportedException(WorkspacesResources.Adding_project_references_is_not_supported);
1523throw new NotSupportedException(WorkspacesResources.Removing_project_references_is_not_supported);
1528throw new NotSupportedException(WorkspacesResources.Adding_analyzer_references_is_not_supported);
1533throw new NotSupportedException(WorkspacesResources.Removing_analyzer_references_is_not_supported);
2053throw new ArgumentException(WorkspacesResources.Workspace_is_not_empty);
2068WorkspacesResources._0_is_not_part_of_the_workspace,
2084WorkspacesResources._0_is_already_part_of_the_workspace,
2097WorkspacesResources._0_is_not_referenced,
2110WorkspacesResources._0_is_already_referenced,
2124WorkspacesResources.Adding_project_reference_from_0_to_1_will_cause_a_circular_reference,
2136throw new ArgumentException(WorkspacesResources.Metadata_is_not_referenced);
2147throw new ArgumentException(WorkspacesResources.Metadata_is_already_referenced);
2158throw new ArgumentException(string.Format(WorkspacesResources._0_is_not_present, analyzerReference));
2169throw new ArgumentException(string.Format(WorkspacesResources._0_is_already_present, analyzerReference));
2180throw new ArgumentException(string.Format(WorkspacesResources._0_is_not_present, analyzerReference));
2191throw new ArgumentException(string.Format(WorkspacesResources._0_is_already_present, analyzerReference));
2206WorkspacesResources._0_is_not_part_of_the_workspace,
2222WorkspacesResources._0_is_not_part_of_the_workspace,
2238WorkspacesResources._0_is_not_part_of_the_workspace,
2251WorkspacesResources._0_is_already_part_of_the_workspace,
2267WorkspacesResources._0_is_already_part_of_the_workspace,
2283WorkspacesResources._0_is_already_part_of_the_workspace,