File: artifacts\obj\Microsoft.CodeAnalysis.Features\Release\net7.0\Microsoft.CodeAnalysis.CodeFixesResources.cs
Project: src\src\Features\Core\Portable\Microsoft.CodeAnalysis.Features.csproj (Microsoft.CodeAnalysis.Features)
// <auto-generated>
using System.Reflection;
 
 
namespace Microsoft.CodeAnalysis
{
    internal static partial class CodeFixesResources
    {
        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(CodeFixesResources)));
        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>Add file header</summary>
        internal static string @Add_file_header => GetResourceString("Add_file_header");
        /// <summary>Fix name violation: {0}</summary>
        internal static string @Fix_name_violation_colon_0 => GetResourceString("Fix_name_violation_colon_0");
        /// <summary>Add both</summary>
        internal static string @Add_both => GetResourceString("Add_both");
        /// <summary>Add default case</summary>
        internal static string @Add_default_case => GetResourceString("Add_default_case");
        /// <summary>Use discarded local</summary>
        internal static string @Use_discarded_local => GetResourceString("Use_discarded_local");
        /// <summary>Use discard '_'</summary>
        internal static string @Use_discard_underscore => GetResourceString("Use_discard_underscore");
        /// <summary>Remove redundant assignment</summary>
        internal static string @Remove_redundant_assignment => GetResourceString("Remove_redundant_assignment");
        /// <summary>Update suppression format</summary>
        internal static string @Update_suppression_format => GetResourceString("Update_suppression_format");
        /// <summary>Suppress or configure issues</summary>
        internal static string @Suppress_or_configure_issues => GetResourceString("Suppress_or_configure_issues");
        /// <summary>Fix all occurrences in</summary>
        internal static string @Fix_all_occurrences_in => GetResourceString("Fix_all_occurrences_in");
        /// <summary>Remove extra blank lines</summary>
        internal static string @Remove_extra_blank_lines => GetResourceString("Remove_extra_blank_lines");
        /// <summary>Add blank line after block</summary>
        internal static string @Add_blank_line_after_block => GetResourceString("Add_blank_line_after_block");
        /// <summary>Make class 'abstract'</summary>
        internal static string @Make_class_abstract => GetResourceString("Make_class_abstract");
        /// <summary>Make static</summary>
        internal static string @Make_member_static => GetResourceString("Make_member_static");
        /// <summary>Add explicit cast</summary>
        internal static string @Add_explicit_cast => GetResourceString("Add_explicit_cast");
        /// <summary>Alias ambiguous type '{0}'</summary>
        internal static string @Alias_ambiguous_type_0 => GetResourceString("Alias_ambiguous_type_0");
        /// <summary>Convert type to '{0}'</summary>
        internal static string @Convert_type_to_0 => GetResourceString("Convert_type_to_0");
        /// <summary>Make type partial</summary>
        internal static string @Make_type_partial => GetResourceString("Make_type_partial");
        /// <summary>Add member name</summary>
        internal static string @Add_member_name => GetResourceString("Add_member_name");
        /// <summary>Add parameter to '{0}'</summary>
        internal static string @Add_parameter_to_0 => GetResourceString("Add_parameter_to_0");
        /// <summary>Add parameter to '{0}' (and overrides/implementations)</summary>
        internal static string @Add_parameter_to_0_and_overrides_implementations => GetResourceString("Add_parameter_to_0_and_overrides_implementations");
        /// <summary>Add to '{0}'</summary>
        internal static string @Add_to_0 => GetResourceString("Add_to_0");
        /// <summary>Related method signatures found in metadata will not be updated.</summary>
        internal static string @Related_method_signatures_found_in_metadata_will_not_be_updated => GetResourceString("Related_method_signatures_found_in_metadata_will_not_be_updated");
        /// <summary>Remove 'async' modifier</summary>
        internal static string @Remove_async_modifier => GetResourceString("Remove_async_modifier");
        /// <summary>Take '{0}'</summary>
        internal static string @Take_0 => GetResourceString("Take_0");
        /// <summary>Take both</summary>
        internal static string @Take_both => GetResourceString("Take_both");
        /// <summary>Take bottom</summary>
        internal static string @Take_bottom => GetResourceString("Take_bottom");
        /// <summary>Take top</summary>
        internal static string @Take_top => GetResourceString("Take_top");
        /// <summary>Add missing param nodes</summary>
        internal static string @Add_missing_param_nodes => GetResourceString("Add_missing_param_nodes");
        /// <summary>Remove tag</summary>
        internal static string @Remove_tag => GetResourceString("Remove_tag");
        /// <summary>Make method synchronous</summary>
        internal static string @Make_method_synchronous => GetResourceString("Make_method_synchronous");
        /// <summary>{0} (may change semantics)</summary>
        internal static string @_0_may_change_semantics => GetResourceString("_0_may_change_semantics");
        /// <summary>Generate constructor in '{0}'</summary>
        internal static string @Generate_constructor_in_0 => GetResourceString("Generate_constructor_in_0");
        /// <summary>Generate constructor in '{0}' (with fields)</summary>
        internal static string @Generate_constructor_in_0_with_fields => GetResourceString("Generate_constructor_in_0_with_fields");
        /// <summary>Generate constructor in '{0}' (with properties)</summary>
        internal static string @Generate_constructor_in_0_with_properties => GetResourceString("Generate_constructor_in_0_with_properties");
        /// <summary>Generate constructor '{0}({1})'</summary>
        internal static string @Generate_constructor_0_1 => GetResourceString("Generate_constructor_0_1");
        /// <summary>Generate all</summary>
        internal static string @Generate_all => GetResourceString("Generate_all");
        /// <summary>Generate field assigning constructor '{0}({1})'</summary>
        internal static string @Generate_field_assigning_constructor_0_1 => GetResourceString("Generate_field_assigning_constructor_0_1");
        /// <summary>Implement interface abstractly</summary>
        internal static string @Implement_interface_abstractly => GetResourceString("Implement_interface_abstractly");
        /// <summary>Implement interface through '{0}'</summary>
        internal static string @Implement_interface_through_0 => GetResourceString("Implement_interface_through_0");
        /// <summary>Implement interface with Dispose pattern</summary>
        internal static string @Implement_interface_with_Dispose_pattern => GetResourceString("Implement_interface_with_Dispose_pattern");
        /// <summary>Implement interface explicitly with Dispose pattern</summary>
        internal static string @Implement_interface_explicitly_with_Dispose_pattern => GetResourceString("Implement_interface_explicitly_with_Dispose_pattern");
        /// <summary>Implement remaining members explicitly</summary>
        internal static string @Implement_remaining_members_explicitly => GetResourceString("Implement_remaining_members_explicitly");
        /// <summary>Implement interface</summary>
        internal static string @Implement_interface => GetResourceString("Implement_interface");
        /// <summary>Implement all members explicitly</summary>
        internal static string @Implement_all_members_explicitly => GetResourceString("Implement_all_members_explicitly");
        /// <summary>TODO: dispose managed state (managed objects)</summary>
        internal static string @TODO_colon_dispose_managed_state_managed_objects => GetResourceString("TODO_colon_dispose_managed_state_managed_objects");
        /// <summary>TODO: free unmanaged resources (unmanaged objects) and override finalizer</summary>
        internal static string @TODO_colon_free_unmanaged_resources_unmanaged_objects_and_override_finalizer => GetResourceString("TODO_colon_free_unmanaged_resources_unmanaged_objects_and_override_finalizer");
        /// <summary>TODO: set large fields to null</summary>
        internal static string @TODO_colon_set_large_fields_to_null => GetResourceString("TODO_colon_set_large_fields_to_null");
        /// <summary>Do not change this code. Put cleanup code in '{0}' method</summary>
        internal static string @Do_not_change_this_code_Put_cleanup_code_in_0_method => GetResourceString("Do_not_change_this_code_Put_cleanup_code_in_0_method");
        /// <summary>TODO: override finalizer only if '{0}' has code to free unmanaged resources</summary>
        internal static string @TODO_colon_override_finalizer_only_if_0_has_code_to_free_unmanaged_resources => GetResourceString("TODO_colon_override_finalizer_only_if_0_has_code_to_free_unmanaged_resources");
        /// <summary>Generate constant '{0}'</summary>
        internal static string @Generate_constant_0 => GetResourceString("Generate_constant_0");
        /// <summary>Generate read-only field '{0}'</summary>
        internal static string @Generate_read_only_field_0 => GetResourceString("Generate_read_only_field_0");
        /// <summary>Generate read-only property '{0}'</summary>
        internal static string @Generate_read_only_property_0 => GetResourceString("Generate_read_only_property_0");
        /// <summary>Generate field '{0}'</summary>
        internal static string @Generate_field_0 => GetResourceString("Generate_field_0");
        /// <summary>Generate local '{0}'</summary>
        internal static string @Generate_local_0 => GetResourceString("Generate_local_0");
        /// <summary>Generate parameter '{0}'</summary>
        internal static string @Generate_parameter_0 => GetResourceString("Generate_parameter_0");
        /// <summary>Generate parameter '{0}' (and overrides/implementations)</summary>
        internal static string @Generate_parameter_0_and_overrides_implementations => GetResourceString("Generate_parameter_0_and_overrides_implementations");
        /// <summary>Generate variable '{0}'</summary>
        internal static string @Generate_variable_0 => GetResourceString("Generate_variable_0");
        /// <summary>Generate enum member '{0}'</summary>
        internal static string @Generate_enum_member_0 => GetResourceString("Generate_enum_member_0");
        /// <summary>Generate abstract method '{0}'</summary>
        internal static string @Generate_abstract_method_0 => GetResourceString("Generate_abstract_method_0");
        /// <summary>Generate abstract property '{0}'</summary>
        internal static string @Generate_abstract_property_0 => GetResourceString("Generate_abstract_property_0");
        /// <summary>Generate method '{0}'</summary>
        internal static string @Generate_method_0 => GetResourceString("Generate_method_0");
        /// <summary>Generate property '{0}'</summary>
        internal static string @Generate_property_0 => GetResourceString("Generate_property_0");
        /// <summary>Generate narrowing conversion in '{0}'</summary>
        internal static string @Generate_narrowing_conversion_in_0 => GetResourceString("Generate_narrowing_conversion_in_0");
        /// <summary>Generate widening conversion in '{0}'</summary>
        internal static string @Generate_widening_conversion_in_0 => GetResourceString("Generate_widening_conversion_in_0");
        /// <summary>Generate implicit conversion operator in '{0}'</summary>
        internal static string @Generate_implicit_conversion_operator_in_0 => GetResourceString("Generate_implicit_conversion_operator_in_0");
        /// <summary>Generate explicit conversion operator in '{0}'</summary>
        internal static string @Generate_explicit_conversion_operator_in_0 => GetResourceString("Generate_explicit_conversion_operator_in_0");
 
    }
}