File: Microsoft.CodeAnalysis.CSharp.CSharpCodeFixesResources.cs
Project: ..\..\..\src\Features\CSharp\Portable\Microsoft.CodeAnalysis.CSharp.Features.csproj (Microsoft.CodeAnalysis.CSharp.Features)
// <auto-generated>
using System.Reflection;
 
 
namespace Microsoft.CodeAnalysis.CSharp
{
    internal static partial class CSharpCodeFixesResources
    {
        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(CSharpCodeFixesResources)));
        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>Remove Unnecessary Usings</summary>
        internal static string @Remove_Unnecessary_Usings => GetResourceString("Remove_Unnecessary_Usings");
        /// <summary>Add 'this.'</summary>
        internal static string @Add_this => GetResourceString("Add_this");
        /// <summary>Remove unreachable code</summary>
        internal static string @Remove_unreachable_code => GetResourceString("Remove_unreachable_code");
        /// <summary>Pass in captured variables as arguments</summary>
        internal static string @Pass_in_captured_variables_as_arguments => GetResourceString("Pass_in_captured_variables_as_arguments");
        /// <summary>Warning: Adding parameters to local function declaration may produce invalid code.</summary>
        internal static string @Warning_colon_Adding_parameters_to_local_function_declaration_may_produce_invalid_code => GetResourceString("Warning_colon_Adding_parameters_to_local_function_declaration_may_produce_invalid_code");
        /// <summary>Convert 'typeof' to 'nameof'</summary>
        internal static string @Convert_typeof_to_nameof => GetResourceString("Convert_typeof_to_nameof");
        /// <summary>Place statement on following line</summary>
        internal static string @Place_statement_on_following_line => GetResourceString("Place_statement_on_following_line");
        /// <summary>Remove blank line between braces</summary>
        internal static string @Remove_blank_lines_between_braces => GetResourceString("Remove_blank_lines_between_braces");
        /// <summary>Fix record declaration</summary>
        internal static string @Fix_record_declaration => GetResourceString("Fix_record_declaration");
        /// <summary>Fix constraint</summary>
        internal static string @Fix_constraint => GetResourceString("Fix_constraint");
        /// <summary>Change return type from {0} to {1}</summary>
        internal static string @Change_return_type_from_0_to_1 => GetResourceString("Change_return_type_from_0_to_1");
        /// <summary>Hide base member</summary>
        internal static string @Hide_base_member => GetResourceString("Hide_base_member");
        /// <summary>Add [Obsolete]</summary>
        internal static string @Add_Obsolete => GetResourceString("Add_Obsolete");
        /// <summary>Explicitly inherit documentation</summary>
        internal static string @Explicitly_inherit_documentation => GetResourceString("Explicitly_inherit_documentation");
        /// <summary>Unseal class '{0}'</summary>
        internal static string @Unseal_class_0 => GetResourceString("Unseal_class_0");
        /// <summary>Use interpolated verbatim string</summary>
        internal static string @Use_interpolated_verbatim_string => GetResourceString("Use_interpolated_verbatim_string");
        /// <summary>Add 'await'</summary>
        internal static string @Add_await => GetResourceString("Add_await");
        /// <summary>Assign to '{0}'</summary>
        internal static string @Assign_to_0 => GetResourceString("Assign_to_0");
        /// <summary>Compare to '{0}'</summary>
        internal static string @Compare_to_0 => GetResourceString("Compare_to_0");
        /// <summary>Fix return type</summary>
        internal static string @Fix_return_type => GetResourceString("Fix_return_type");
        /// <summary>Replace return with yield return</summary>
        internal static string @Replace_return_with_yield_return => GetResourceString("Replace_return_with_yield_return");
        /// <summary>Declare as nullable</summary>
        internal static string @Declare_as_nullable => GetResourceString("Declare_as_nullable");
        /// <summary>Place token on following line</summary>
        internal static string @Place_token_on_following_line => GetResourceString("Place_token_on_following_line");
        /// <summary>Assign 'out' parameters</summary>
        internal static string @Assign_out_parameters => GetResourceString("Assign_out_parameters");
        /// <summary>Assign 'out' parameters (at start)</summary>
        internal static string @Assign_out_parameters_at_start => GetResourceString("Assign_out_parameters_at_start");
        /// <summary>Add parentheses</summary>
        internal static string @Add_parentheses_around_conditional_expression_in_interpolated_string => GetResourceString("Add_parentheses_around_conditional_expression_in_interpolated_string");
        /// <summary>Make {0} return Task instead of void.</summary>
        internal static string @Make_0_return_Task_instead_of_void => GetResourceString("Make_0_return_Task_instead_of_void");
        /// <summary>Allow unsafe code in this project</summary>
        internal static string @Allow_unsafe_code_in_this_project => GetResourceString("Allow_unsafe_code_in_this_project");
        /// <summary>Make 'ref struct'</summary>
        internal static string @Make_ref_struct => GetResourceString("Make_ref_struct");
        /// <summary>Remove unused function</summary>
        internal static string @Remove_unused_function => GetResourceString("Remove_unused_function");
        /// <summary>Upgrade all C# projects to language version '{0}'</summary>
        internal static string @Upgrade_all_csharp_projects_to_language_version_0 => GetResourceString("Upgrade_all_csharp_projects_to_language_version_0");
        /// <summary>Upgrade this project to C# language version '{0}'</summary>
        internal static string @Upgrade_this_project_to_csharp_language_version_0 => GetResourceString("Upgrade_this_project_to_csharp_language_version_0");
        /// <summary>Use '{0}'</summary>
        internal static string @Use_0 => GetResourceString("Use_0");
        /// <summary>Remove 'in' keyword</summary>
        internal static string @Remove_in_keyword => GetResourceString("Remove_in_keyword");
        /// <summary>Remove 'new' modifier</summary>
        internal static string @Remove_new_modifier => GetResourceString("Remove_new_modifier");
        /// <summary>Convert to positional record</summary>
        internal static string @Convert_to_positional_record => GetResourceString("Convert_to_positional_record");
        /// <summary>Make method async</summary>
        internal static string @Make_method_async => GetResourceString("Make_method_async");
        /// <summary>Make method async (stay void)</summary>
        internal static string @Make_method_async_remain_void => GetResourceString("Make_method_async_remain_void");
        /// <summary>Make field 'required'</summary>
        internal static string @Make_field_required => GetResourceString("Make_field_required");
        /// <summary>Make property 'required'</summary>
        internal static string @Make_property_required => GetResourceString("Make_property_required");
 
    }
}