// <auto-generated> using System.Reflection; namespace Microsoft.CodeAnalysis { internal static partial class WorkspaceExtensionsResources { private static global::System.Resources.ResourceManager s_resourceManager; internal static global::System.Resources.ResourceManager ResourceManager => s_resourceManager ?? (s_resourceManager = new global::System.Resources.ResourceManager(typeof(WorkspaceExtensionsResources))); internal static global::System.Globalization.CultureInfo Culture { get; set; } #if !NET20 [global::System.Runtime.CompilerServices.MethodImpl(global::System.Runtime.CompilerServices.MethodImplOptions.AggressiveInlining)] #endif internal static string GetResourceString(string resourceKey, string defaultValue = null) => ResourceManager.GetString(resourceKey, Culture); /// <summary>Supplied diagnostic cannot be null.</summary> internal static string @Supplied_diagnostic_cannot_be_null => GetResourceString("Supplied_diagnostic_cannot_be_null"); /// <summary>Fix all '{0}'</summary> internal static string @Fix_all_0 => GetResourceString("Fix_all_0"); /// <summary>Fix all '{0}' in '{1}'</summary> internal static string @Fix_all_0_in_1 => GetResourceString("Fix_all_0_in_1"); /// <summary>Fix all '{0}' in Solution</summary> internal static string @Fix_all_0_in_Solution => GetResourceString("Fix_all_0_in_Solution"); /// <summary>Fix all '{0}' in Containing member</summary> internal static string @Fix_all_0_in_Containing_member => GetResourceString("Fix_all_0_in_Containing_member"); /// <summary>Fix all '{0}' in Containing type</summary> internal static string @Fix_all_0_in_Containing_type => GetResourceString("Fix_all_0_in_Containing_type"); /// <summary>Compilation is required to accomplish the task but is not supported by project {0}.</summary> internal static string @Compilation_is_required_to_accomplish_the_task_but_is_not_supported_by_project_0 => GetResourceString("Compilation_is_required_to_accomplish_the_task_but_is_not_supported_by_project_0"); /// <summary>Syntax tree is required to accomplish the task but is not supported by document {0}.</summary> internal static string @SyntaxTree_is_required_to_accomplish_the_task_but_is_not_supported_by_document_0 => GetResourceString("SyntaxTree_is_required_to_accomplish_the_task_but_is_not_supported_by_document_0"); /// <summary>Project of ID {0} is required to accomplish the task but is not available from the solution</summary> internal static string @Project_of_ID_0_is_required_to_accomplish_the_task_but_is_not_available_from_the_solution => GetResourceString("Project_of_ID_0_is_required_to_accomplish_the_task_but_is_not_available_from_the_solution"); /// <summary>The solution does not contain the specified document.</summary> internal static string @The_solution_does_not_contain_the_specified_document => GetResourceString("The_solution_does_not_contain_the_specified_document"); /// <summary>Warning: Declaration changes scope and may change meaning.</summary> internal static string @Warning_colon_Declaration_changes_scope_and_may_change_meaning => GetResourceString("Warning_colon_Declaration_changes_scope_and_may_change_meaning"); /// <summary>Could not find location to generation symbol into.</summary> internal static string @Could_not_find_location_to_generation_symbol_into => GetResourceString("Could_not_find_location_to_generation_symbol_into"); /// <summary>Destination location was from a different tree.</summary> internal static string @Destination_location_was_from_a_different_tree => GetResourceString("Destination_location_was_from_a_different_tree"); /// <summary>Destination location was not in source.</summary> internal static string @Destination_location_was_not_in_source => GetResourceString("Destination_location_was_not_in_source"); /// <summary>Destination type must be a {0}, {1}, {2} or {3}, but given one is {4}.</summary> internal static string @Destination_type_must_be_a_0_1_2_or_3_but_given_one_is_4 => GetResourceString("Destination_type_must_be_a_0_1_2_or_3_but_given_one_is_4"); /// <summary>Destination type must be a {0}, {1} or {2}, but given one is {3}.</summary> internal static string @Destination_type_must_be_a_0_1_or_2_but_given_one_is_3 => GetResourceString("Destination_type_must_be_a_0_1_or_2_but_given_one_is_3"); /// <summary>Destination type must be a {0}, but given one is {1}.</summary> internal static string @Destination_type_must_be_a_0_but_given_one_is_1 => GetResourceString("Destination_type_must_be_a_0_but_given_one_is_1"); /// <summary>Destination type must be a {0} or a {1}, but given one is {2}.</summary> internal static string @Destination_type_must_be_a_0_or_a_1_but_given_one_is_2 => GetResourceString("Destination_type_must_be_a_0_or_a_1_but_given_one_is_2"); /// <summary>Invalid number of parameters for binary operator.</summary> internal static string @Invalid_number_of_parameters_for_binary_operator => GetResourceString("Invalid_number_of_parameters_for_binary_operator"); /// <summary>Invalid number of parameters for unary operator.</summary> internal static string @Invalid_number_of_parameters_for_unary_operator => GetResourceString("Invalid_number_of_parameters_for_unary_operator"); /// <summary>Location must be null or from source.</summary> internal static string @Location_must_be_null_or_from_source => GetResourceString("Location_must_be_null_or_from_source"); /// <summary>No available location found to add statements to.</summary> internal static string @No_available_location_found_to_add_statements_to => GetResourceString("No_available_location_found_to_add_statements_to"); /// <summary>No location provided to add statements to.</summary> internal static string @No_location_provided_to_add_statements_to => GetResourceString("No_location_provided_to_add_statements_to"); /// <summary>Cannot generate code for unsupported operator '{0}'</summary> internal static string @Cannot_generate_code_for_unsupported_operator_0 => GetResourceString("Cannot_generate_code_for_unsupported_operator_0"); /// <summary>Namespace can not be added in this destination.</summary> internal static string @Namespace_can_not_be_added_in_this_destination => GetResourceString("Namespace_can_not_be_added_in_this_destination"); /// <summary>Type members</summary> internal static string @Type_members => GetResourceString("Type_members"); /// <summary>Document does not support syntax trees</summary> internal static string @Document_does_not_support_syntax_trees => GetResourceString("Document_does_not_support_syntax_trees"); } } |