File: Microsoft.VisualStudio.LanguageServices.CSharp.CSharpVSResources.cs
Project: ..\..\..\src\VisualStudio\CSharp\Impl\Microsoft.VisualStudio.LanguageServices.CSharp_wgfrd3ld_wpftmp.csproj (Microsoft.VisualStudio.LanguageServices.CSharp)
// <auto-generated>
using System.Reflection;
 
 
namespace Microsoft.VisualStudio.LanguageServices.CSharp
{
    internal static partial class CSharpVSResources
    {
        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(CSharpVSResources)));
        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>C#</summary>
        internal static string @CSharp => GetResourceString("CSharp");
        /// <summary>Surround With</summary>
        internal static string @Surround_With => GetResourceString("Surround_With");
        /// <summary>Insert Snippet</summary>
        internal static string @Insert_Snippet => GetResourceString("Insert_Snippet");
        /// <summary>Automatically format _block on }</summary>
        internal static string @Automatically_format_block_on_close_brace => GetResourceString("Automatically_format_block_on_close_brace");
        /// <summary>Automatically format on _paste</summary>
        internal static string @Automatically_format_on_paste => GetResourceString("Automatically_format_on_paste");
        /// <summary>Automatically format _statement on ;</summary>
        internal static string @Automatically_format_statement_on_semicolon => GetResourceString("Automatically_format_statement_on_semicolon");
        /// <summary>Place members in anonymous types on new line</summary>
        internal static string @Place_members_in_anonymous_types_on_new_line => GetResourceString("Place_members_in_anonymous_types_on_new_line");
        /// <summary>Leave block on single line</summary>
        internal static string @Leave_block_on_single_line => GetResourceString("Leave_block_on_single_line");
        /// <summary>Place "catch" on new line</summary>
        internal static string @Place_catch_on_new_line => GetResourceString("Place_catch_on_new_line");
        /// <summary>Place "else" on new line</summary>
        internal static string @Place_else_on_new_line => GetResourceString("Place_else_on_new_line");
        /// <summary>Indent block contents</summary>
        internal static string @Indent_block_contents => GetResourceString("Indent_block_contents");
        /// <summary>Indent open and close braces</summary>
        internal static string @Indent_open_and_close_braces => GetResourceString("Indent_open_and_close_braces");
        /// <summary>Indent case contents</summary>
        internal static string @Indent_case_contents => GetResourceString("Indent_case_contents");
        /// <summary>Indent case labels</summary>
        internal static string @Indent_case_labels => GetResourceString("Indent_case_labels");
        /// <summary>Place "finally" on new line</summary>
        internal static string @Place_finally_on_new_line => GetResourceString("Place_finally_on_new_line");
        /// <summary>Place goto labels in leftmost column</summary>
        internal static string @Place_goto_labels_in_leftmost_column => GetResourceString("Place_goto_labels_in_leftmost_column");
        /// <summary>Indent labels normally</summary>
        internal static string @Indent_labels_normally => GetResourceString("Indent_labels_normally");
        /// <summary>Place goto labels one indent less than current</summary>
        internal static string @Place_goto_labels_one_indent_less_than_current => GetResourceString("Place_goto_labels_one_indent_less_than_current");
        /// <summary>Label Indentation</summary>
        internal static string @Label_Indentation => GetResourceString("Label_Indentation");
        /// <summary>Place members in object initializers on new line</summary>
        internal static string @Place_members_in_object_initializers_on_new_line => GetResourceString("Place_members_in_object_initializers_on_new_line");
        /// <summary>Place open brace on new line for anonymous methods</summary>
        internal static string @Place_open_brace_on_new_line_for_anonymous_methods => GetResourceString("Place_open_brace_on_new_line_for_anonymous_methods");
        /// <summary>Place open brace on new line for anonymous types</summary>
        internal static string @Place_open_brace_on_new_line_for_anonymous_types => GetResourceString("Place_open_brace_on_new_line_for_anonymous_types");
        /// <summary>Place open brace on new line for control blocks</summary>
        internal static string @Place_open_brace_on_new_line_for_control_blocks => GetResourceString("Place_open_brace_on_new_line_for_control_blocks");
        /// <summary>Place open brace on new line for lambda expression</summary>
        internal static string @Place_open_brace_on_new_line_for_lambda_expression => GetResourceString("Place_open_brace_on_new_line_for_lambda_expression");
        /// <summary>Place open brace on new line for methods and local functions</summary>
        internal static string @Place_open_brace_on_new_line_for_methods_local_functions => GetResourceString("Place_open_brace_on_new_line_for_methods_local_functions");
        /// <summary>Place open brace on new line for object, collection, array, and with initializers</summary>
        internal static string @Place_open_brace_on_new_line_for_object_collection_array_and_with_initializers => GetResourceString("Place_open_brace_on_new_line_for_object_collection_array_and_with_initializers");
        /// <summary>Place open brace on new line for types</summary>
        internal static string @Place_open_brace_on_new_line_for_types => GetResourceString("Place_open_brace_on_new_line_for_types");
        /// <summary>Place query expression clauses on new line</summary>
        internal static string @Place_query_expression_clauses_on_new_line => GetResourceString("Place_query_expression_clauses_on_new_line");
        /// <summary>Leave statements and member declarations on the same line</summary>
        internal static string @Leave_statements_and_member_declarations_on_the_same_line => GetResourceString("Leave_statements_and_member_declarations_on_the_same_line");
        /// <summary>Insert space before and after binary operators</summary>
        internal static string @Insert_space_before_and_after_binary_operators => GetResourceString("Insert_space_before_and_after_binary_operators");
        /// <summary>Ignore spaces around binary operators</summary>
        internal static string @Ignore_spaces_around_binary_operators => GetResourceString("Ignore_spaces_around_binary_operators");
        /// <summary>Remove spaces before and after binary operators</summary>
        internal static string @Remove_spaces_before_and_after_binary_operators => GetResourceString("Remove_spaces_before_and_after_binary_operators");
        /// <summary>Insert space after colon for base or interface in type declaration</summary>
        internal static string @Insert_space_after_colon_for_base_or_interface_in_type_declaration => GetResourceString("Insert_space_after_colon_for_base_or_interface_in_type_declaration");
        /// <summary>Insert space after comma</summary>
        internal static string @Insert_space_after_comma => GetResourceString("Insert_space_after_comma");
        /// <summary>Insert space after dot</summary>
        internal static string @Insert_space_after_dot => GetResourceString("Insert_space_after_dot");
        /// <summary>Insert space after semicolon in "for" statement</summary>
        internal static string @Insert_space_after_semicolon_in_for_statement => GetResourceString("Insert_space_after_semicolon_in_for_statement");
        /// <summary>Insert space before colon for base or interface in type declaration</summary>
        internal static string @Insert_space_before_colon_for_base_or_interface_in_type_declaration => GetResourceString("Insert_space_before_colon_for_base_or_interface_in_type_declaration");
        /// <summary>Insert space before comma</summary>
        internal static string @Insert_space_before_comma => GetResourceString("Insert_space_before_comma");
        /// <summary>Insert space before dot</summary>
        internal static string @Insert_space_before_dot => GetResourceString("Insert_space_before_dot");
        /// <summary>Insert space before semicolon in "for" statement</summary>
        internal static string @Insert_space_before_semicolon_in_for_statement => GetResourceString("Insert_space_before_semicolon_in_for_statement");
        /// <summary>Insert space within argument list parentheses</summary>
        internal static string @Insert_space_within_argument_list_parentheses => GetResourceString("Insert_space_within_argument_list_parentheses");
        /// <summary>Insert space within empty argument list parentheses</summary>
        internal static string @Insert_space_within_empty_argument_list_parentheses => GetResourceString("Insert_space_within_empty_argument_list_parentheses");
        /// <summary>Insert space between called method name and its opening parenthesis</summary>
        internal static string @Insert_space_between_called_method_name_and_its_opening_parenthesis => GetResourceString("Insert_space_between_called_method_name_and_its_opening_parenthesis");
        /// <summary>Insert space within empty parameter list parentheses</summary>
        internal static string @Insert_space_within_empty_parameter_list_parentheses => GetResourceString("Insert_space_within_empty_parameter_list_parentheses");
        /// <summary>Insert space between method name and its opening parenthesis</summary>
        internal static string @Insert_space_between_method_name_and_its_opening_parenthesis => GetResourceString("Insert_space_between_method_name_and_its_opening_parenthesis");
        /// <summary>Insert space within parameter list parentheses</summary>
        internal static string @Insert_space_within_parameter_list_parentheses => GetResourceString("Insert_space_within_parameter_list_parentheses");
        /// <summary>Insert space after keywords in control flow statements</summary>
        internal static string @Insert_space_after_keywords_in_control_flow_statements => GetResourceString("Insert_space_after_keywords_in_control_flow_statements");
        /// <summary>Insert space within parentheses of expressions</summary>
        internal static string @Insert_space_within_parentheses_of_expressions => GetResourceString("Insert_space_within_parentheses_of_expressions");
        /// <summary>Insert space after cast</summary>
        internal static string @Insert_space_after_cast => GetResourceString("Insert_space_after_cast");
        /// <summary>Insert spaces within parentheses of control flow statements</summary>
        internal static string @Insert_spaces_within_parentheses_of_control_flow_statements => GetResourceString("Insert_spaces_within_parentheses_of_control_flow_statements");
        /// <summary>Insert space within parentheses of type casts</summary>
        internal static string @Insert_space_within_parentheses_of_type_casts => GetResourceString("Insert_space_within_parentheses_of_type_casts");
        /// <summary>Ignore spaces in declaration statements</summary>
        internal static string @Ignore_spaces_in_declaration_statements => GetResourceString("Ignore_spaces_in_declaration_statements");
        /// <summary>Set other spacing options</summary>
        internal static string @Set_other_spacing_options => GetResourceString("Set_other_spacing_options");
        /// <summary>Set spacing for brackets</summary>
        internal static string @Set_spacing_for_brackets => GetResourceString("Set_spacing_for_brackets");
        /// <summary>Set spacing for delimiters</summary>
        internal static string @Set_spacing_for_delimiters => GetResourceString("Set_spacing_for_delimiters");
        /// <summary>Set spacing for method calls</summary>
        internal static string @Set_spacing_for_method_calls => GetResourceString("Set_spacing_for_method_calls");
        /// <summary>Set spacing for method declarations</summary>
        internal static string @Set_spacing_for_method_declarations => GetResourceString("Set_spacing_for_method_declarations");
        /// <summary>Set spacing for operators</summary>
        internal static string @Set_spacing_for_operators => GetResourceString("Set_spacing_for_operators");
        /// <summary>Insert spaces within square brackets</summary>
        internal static string @Insert_spaces_within_square_brackets => GetResourceString("Insert_spaces_within_square_brackets");
        /// <summary>Insert space before open square bracket</summary>
        internal static string @Insert_space_before_open_square_bracket => GetResourceString("Insert_space_before_open_square_bracket");
        /// <summary>Insert space within empty square brackets</summary>
        internal static string @Insert_space_within_empty_square_brackets => GetResourceString("Insert_space_within_empty_square_brackets");
        /// <summary>New line options for braces</summary>
        internal static string @New_line_options_for_braces => GetResourceString("New_line_options_for_braces");
        /// <summary>New line options for expressions</summary>
        internal static string @New_line_options_for_expressions => GetResourceString("New_line_options_for_expressions");
        /// <summary>New line options for keywords</summary>
        internal static string @New_line_options_for_keywords => GetResourceString("New_line_options_for_keywords");
        /// <summary>Use 'var' when generating locals</summary>
        internal static string @Use_var_when_generating_locals => GetResourceString("Use_var_when_generating_locals");
        /// <summary>_Show procedure line separators</summary>
        internal static string @Show_procedure_line_separators => GetResourceString("Show_procedure_line_separators");
        /// <summary>_Don't put ref or out on custom struct</summary>
        internal static string @Don_t_put_ref_or_out_on_custom_struct => GetResourceString("Don_t_put_ref_or_out_on_custom_struct");
        /// <summary>Editor Help</summary>
        internal static string @Editor_Help => GetResourceString("Editor_Help");
        /// <summary>Highlight related _keywords under cursor</summary>
        internal static string @Highlight_related_keywords_under_cursor => GetResourceString("Highlight_related_keywords_under_cursor");
        /// <summary>_Highlight references to symbol under cursor</summary>
        internal static string @Highlight_references_to_symbol_under_cursor => GetResourceString("Highlight_references_to_symbol_under_cursor");
        /// <summary>Enter _outlining mode when files open</summary>
        internal static string @Enter_outlining_mode_when_files_open => GetResourceString("Enter_outlining_mode_when_files_open");
        /// <summary>Extract Method</summary>
        internal static string @Extract_Method => GetResourceString("Extract_Method");
        /// <summary>_Generate XML documentation comments for ///</summary>
        internal static string @Generate_XML_documentation_comments_for => GetResourceString("Generate_XML_documentation_comments_for");
        /// <summary>Highlighting</summary>
        internal static string @Highlighting => GetResourceString("Highlighting");
        /// <summary>_Insert * at the start of new lines when writing /* */ comments</summary>
        internal static string @Insert_at_the_start_of_new_lines_when_writing_comments => GetResourceString("Insert_at_the_start_of_new_lines_when_writing_comments");
        /// <summary>Optimize for solution size</summary>
        internal static string @Optimize_for_solution_size => GetResourceString("Optimize_for_solution_size");
        /// <summary>Large</summary>
        internal static string @Large => GetResourceString("Large");
        /// <summary>Regular</summary>
        internal static string @Regular => GetResourceString("Regular");
        /// <summary>Small</summary>
        internal static string @Small => GetResourceString("Small");
        /// <summary>Using Directives</summary>
        internal static string @Using_Directives => GetResourceString("Using_Directives");
        /// <summary>Performance</summary>
        internal static string @Performance => GetResourceString("Performance");
        /// <summary>_Place 'System' directives first when sorting usings</summary>
        internal static string @Place_System_directives_first_when_sorting_usings => GetResourceString("Place_System_directives_first_when_sorting_usings");
        /// <summary>_Show completion list after a character is typed</summary>
        internal static string @Show_completion_list_after_a_character_is_typed => GetResourceString("Show_completion_list_after_a_character_is_typed");
        /// <summary>Place _keywords in completion lists</summary>
        internal static string @Place_keywords_in_completion_lists => GetResourceString("Place_keywords_in_completion_lists");
        /// <summary>Place _code snippets in completion lists</summary>
        internal static string @Place_code_snippets_in_completion_lists => GetResourceString("Place_code_snippets_in_completion_lists");
        /// <summary>Completion</summary>
        internal static string @Completion => GetResourceString("Completion");
        /// <summary>Selection In Completion List</summary>
        internal static string @Selection_In_Completion_List => GetResourceString("Selection_In_Completion_List");
        /// <summary>Show preview for rename _tracking</summary>
        internal static string @Show_preview_for_rename_tracking => GetResourceString("Show_preview_for_rename_tracking");
        /// <summary>Place open brace on new line for property, indexer, and event accessors</summary>
        internal static string @Place_open_brace_on_new_line_for_property_indexer_and_event_accessors => GetResourceString("Place_open_brace_on_new_line_for_property_indexer_and_event_accessors");
        /// <summary>Place open brace on new line for properties, indexers, and events</summary>
        internal static string @Place_open_brace_on_new_line_for_properties_indexers_and_events => GetResourceString("Place_open_brace_on_new_line_for_properties_indexers_and_events");
        /// <summary>Suggest usings for types in .NET Framework assemblies</summary>
        internal static string @Suggest_usings_for_types_in_dotnet_framework_assemblies => GetResourceString("Suggest_usings_for_types_in_dotnet_framework_assemblies");
        /// <summary>Suggest usings for types in _NuGet packages</summary>
        internal static string @Suggest_usings_for_types_in_NuGet_packages => GetResourceString("Suggest_usings_for_types_in_NuGet_packages");
        /// <summary>Type Inference preferences:</summary>
        internal static string @Type_Inference_preferences_colon => GetResourceString("Type_Inference_preferences_colon");
        /// <summary>For built-in types</summary>
        internal static string @For_built_in_types => GetResourceString("For_built_in_types");
        /// <summary>Elsewhere</summary>
        internal static string @Elsewhere => GetResourceString("Elsewhere");
        /// <summary>When variable type is apparent</summary>
        internal static string @When_variable_type_is_apparent => GetResourceString("When_variable_type_is_apparent");
        /// <summary>Qualify event access with 'this'</summary>
        internal static string @Qualify_event_access_with_this => GetResourceString("Qualify_event_access_with_this");
        /// <summary>Qualify field access with 'this'</summary>
        internal static string @Qualify_field_access_with_this => GetResourceString("Qualify_field_access_with_this");
        /// <summary>Qualify method access with 'this'</summary>
        internal static string @Qualify_method_access_with_this => GetResourceString("Qualify_method_access_with_this");
        /// <summary>Qualify property access with 'this'</summary>
        internal static string @Qualify_property_access_with_this => GetResourceString("Qualify_property_access_with_this");
        /// <summary>Prefer explicit type</summary>
        internal static string @Prefer_explicit_type => GetResourceString("Prefer_explicit_type");
        /// <summary>Prefer 'this.'</summary>
        internal static string @Prefer_this => GetResourceString("Prefer_this");
        /// <summary>Prefer 'var'</summary>
        internal static string @Prefer_var => GetResourceString("Prefer_var");
        /// <summary>'this.' preferences:</summary>
        internal static string @this_preferences_colon => GetResourceString("this_preferences_colon");
        /// <summary>'var' preferences:</summary>
        internal static string @var_preferences_colon => GetResourceString("var_preferences_colon");
        /// <summary>Do not prefer 'this.'</summary>
        internal static string @Do_not_prefer_this => GetResourceString("Do_not_prefer_this");
        /// <summary>predefined type preferences:</summary>
        internal static string @predefined_type_preferences_colon => GetResourceString("predefined_type_preferences_colon");
        /// <summary>Split string literals on _enter</summary>
        internal static string @Split_string_literals_on_enter => GetResourceString("Split_string_literals_on_enter");
        /// <summary>_Highlight matching portions of completion list items</summary>
        internal static string @Highlight_matching_portions_of_completion_list_items => GetResourceString("Highlight_matching_portions_of_completion_list_items");
        /// <summary>Show completion item _filters</summary>
        internal static string @Show_completion_item_filters => GetResourceString("Show_completion_item_filters");
        /// <summary>Enter key behavior:</summary>
        internal static string @Enter_key_behavior_colon => GetResourceString("Enter_key_behavior_colon");
        /// <summary>_Only add new line on enter after end of fully typed word</summary>
        internal static string @Only_add_new_line_on_enter_after_end_of_fully_typed_word => GetResourceString("Only_add_new_line_on_enter_after_end_of_fully_typed_word");
        /// <summary>_Always add new line on enter</summary>
        internal static string @Always_add_new_line_on_enter => GetResourceString("Always_add_new_line_on_enter");
        /// <summary>_Never add new line on enter</summary>
        internal static string @Never_add_new_line_on_enter => GetResourceString("Never_add_new_line_on_enter");
        /// <summary>Always include snippets</summary>
        internal static string @Always_include_snippets => GetResourceString("Always_include_snippets");
        /// <summary>Include snippets when ?-Tab is typed after an identifier</summary>
        internal static string @Include_snippets_when_Tab_is_typed_after_an_identifier => GetResourceString("Include_snippets_when_Tab_is_typed_after_an_identifier");
        /// <summary>Never include snippets</summary>
        internal static string @Never_include_snippets => GetResourceString("Never_include_snippets");
        /// <summary>Snippets behavior</summary>
        internal static string @Snippets_behavior => GetResourceString("Snippets_behavior");
        /// <summary>Show completion list after a character is _deleted</summary>
        internal static string @Show_completion_list_after_a_character_is_deleted => GetResourceString("Show_completion_list_after_a_character_is_deleted");
        /// <summary>'null' checking:</summary>
        internal static string @null_checking_colon => GetResourceString("null_checking_colon");
        /// <summary>Prefer throw-expression</summary>
        internal static string @Prefer_throw_expression => GetResourceString("Prefer_throw_expression");
        /// <summary>Prefer conditional delegate call</summary>
        internal static string @Prefer_conditional_delegate_call => GetResourceString("Prefer_conditional_delegate_call");
        /// <summary>Prefer pattern matching</summary>
        internal static string @Prefer_pattern_matching => GetResourceString("Prefer_pattern_matching");
        /// <summary>Prefer pattern matching over 'is' with 'cast' check</summary>
        internal static string @Prefer_pattern_matching_over_is_with_cast_check => GetResourceString("Prefer_pattern_matching_over_is_with_cast_check");
        /// <summary>Prefer pattern matching over 'as' with 'null' check</summary>
        internal static string @Prefer_pattern_matching_over_as_with_null_check => GetResourceString("Prefer_pattern_matching_over_as_with_null_check");
        /// <summary>Prefer block body</summary>
        internal static string @Prefer_block_body => GetResourceString("Prefer_block_body");
        /// <summary>Prefer expression body</summary>
        internal static string @Prefer_expression_body => GetResourceString("Prefer_expression_body");
        /// <summary>Automatically format on return</summary>
        internal static string @Automatically_format_on_return => GetResourceString("Automatically_format_on_return");
        /// <summary>Automatically format when typing</summary>
        internal static string @Automatically_format_when_typing => GetResourceString("Automatically_format_when_typing");
        /// <summary>Never</summary>
        internal static string @Never => GetResourceString("Never");
        /// <summary>When on single line</summary>
        internal static string @When_on_single_line => GetResourceString("When_on_single_line");
        /// <summary>When possible</summary>
        internal static string @When_possible => GetResourceString("When_possible");
        /// <summary>Indent case contents (when block)</summary>
        internal static string @Indent_case_contents_when_block => GetResourceString("Indent_case_contents_when_block");
        /// <summary>Fade out unused usings</summary>
        internal static string @Fade_out_unused_usings => GetResourceString("Fade_out_unused_usings");
        /// <summary>Prefer 'is null' for reference equality checks</summary>
        internal static string @Prefer_is_null_for_reference_equality_checks => GetResourceString("Prefer_is_null_for_reference_equality_checks");
        /// <summary>Report invalid placeholders in 'string.Format' calls</summary>
        internal static string @Report_invalid_placeholders_in_string_dot_format_calls => GetResourceString("Report_invalid_placeholders_in_string_dot_format_calls");
        /// <summary>Separate using directive groups</summary>
        internal static string @Separate_using_directive_groups => GetResourceString("Separate_using_directive_groups");
        /// <summary>In arithmetic operators:  *   /   %   +   -   &lt;&lt;   &gt;&gt;   &amp;   ^   |</summary>
        internal static string @In_arithmetic_binary_operators => GetResourceString("In_arithmetic_binary_operators");
        /// <summary>In other binary operators:  &amp;&amp;   ||   ??   and   or</summary>
        internal static string @In_other_binary_operators => GetResourceString("In_other_binary_operators");
        /// <summary>Show name s_uggestions</summary>
        internal static string @Show_name_suggestions => GetResourceString("Show_name_suggestions");
        /// <summary>Remove unnecessary usings</summary>
        internal static string @Remove_unnecessary_usings => GetResourceString("Remove_unnecessary_usings");
        /// <summary>Sort usings</summary>
        internal static string @Sort_usings => GetResourceString("Sort_usings");
        /// <summary>Format Document Settings (Experiment)</summary>
        internal static string @Format_document_settings => GetResourceString("Format_document_settings");
        /// <summary>Apply all C# formatting rules (indentation, wrapping, spacing)</summary>
        internal static string @Apply_all_csharp_formatting_rules_indentation_wrapping_spacing => GetResourceString("Apply_all_csharp_formatting_rules_indentation_wrapping_spacing");
        /// <summary>In relational operators:  &lt;   &gt;   &lt;=   &gt;=   is   as   ==   !=</summary>
        internal static string @In_relational_binary_operators => GetResourceString("In_relational_binary_operators");
        /// <summary>Perform additional code cleanup during formatting</summary>
        internal static string @Perform_additional_code_cleanup_during_formatting => GetResourceString("Perform_additional_code_cleanup_during_formatting");
        /// <summary>C# Coding Conventions</summary>
        internal static string @CSharp_Coding_Conventions => GetResourceString("CSharp_Coding_Conventions");
        /// <summary>C# Formatting Rules</summary>
        internal static string @CSharp_Formatting_Rules => GetResourceString("CSharp_Formatting_Rules");
        /// <summary>Discard</summary>
        internal static string @Discard => GetResourceString("Discard");
        /// <summary>Unused local</summary>
        internal static string @Unused_local => GetResourceString("Unused_local");
        /// <summary>When on multiple lines</summary>
        internal static string @When_on_multiple_lines => GetResourceString("When_on_multiple_lines");
        /// <summary>Show items from unimported namespaces</summary>
        internal static string @Show_items_from_unimported_namespaces => GetResourceString("Show_items_from_unimported_namespaces");
        /// <summary>Inside namespace</summary>
        internal static string @Inside_namespace => GetResourceString("Inside_namespace");
        /// <summary>Outside namespace</summary>
        internal static string @Outside_namespace => GetResourceString("Outside_namespace");
        /// <summary>Preferred 'using' directive placement</summary>
        internal static string @Preferred_using_directive_placement => GetResourceString("Preferred_using_directive_placement");
        /// <summary>'using' preferences:</summary>
        internal static string @using_preferences_colon => GetResourceString("using_preferences_colon");
        /// <summary>General</summary>
        internal static string @General => GetResourceString("General");
        /// <summary>Prefer switch expression</summary>
        internal static string @Prefer_switch_expression => GetResourceString("Prefer_switch_expression");
        /// <summary>Automatically show completion list in argument lists</summary>
        internal static string @Automatically_show_completion_list_in_argument_lists => GetResourceString("Automatically_show_completion_list_in_argument_lists");
        /// <summary>Show remarks in Quick Info</summary>
        internal static string @Show_remarks_in_Quick_Info => GetResourceString("Show_remarks_in_Quick_Info");
        /// <summary>Pattern matching preferences:</summary>
        internal static string @Pattern_matching_preferences_colon => GetResourceString("Pattern_matching_preferences_colon");
        /// <summary>Prefer pattern matching over mixed type check</summary>
        internal static string @Prefer_pattern_matching_over_mixed_type_check => GetResourceString("Prefer_pattern_matching_over_mixed_type_check");
        /// <summary>Edit color scheme</summary>
        internal static string @Edit_color_scheme => GetResourceString("Edit_color_scheme");
        /// <summary>Prefer implicit object creation when type is apparent</summary>
        internal static string @Prefer_implicit_object_creation_when_type_is_apparent => GetResourceString("Prefer_implicit_object_creation_when_type_is_apparent");
        /// <summary>Insert // at the start of new lines when writing // comments</summary>
        internal static string @Insert_slash_slash_at_the_start_of_new_lines_when_writing_slash_slash_comments => GetResourceString("Insert_slash_slash_at_the_start_of_new_lines_when_writing_slash_slash_comments");
        /// <summary>Show hints for 'new' expressions</summary>
        internal static string @Show_hints_for_new_expressions => GetResourceString("Show_hints_for_new_expressions");
        /// <summary>Add missing using directives on paste</summary>
        internal static string @Add_missing_using_directives_on_paste => GetResourceString("Add_missing_using_directives_on_paste");
        /// <summary>Allow embedded statements on same line</summary>
        internal static string @Allow_embedded_statements_on_same_line => GetResourceString("Allow_embedded_statements_on_same_line");
        /// <summary>Allow blank lines between consecutive braces</summary>
        internal static string @Allow_blank_lines_between_consecutive_braces => GetResourceString("Allow_blank_lines_between_consecutive_braces");
        /// <summary>Allow blank line after colon in constructor initializer</summary>
        internal static string @Allow_blank_line_after_colon_in_constructor_initializer => GetResourceString("Allow_blank_line_after_colon_in_constructor_initializer");
        /// <summary>Automatically complete statement on semicolon</summary>
        internal static string @Automatically_complete_statement_on_semicolon => GetResourceString("Automatically_complete_statement_on_semicolon");
        /// <summary>Prefer 'null' check over type check</summary>
        internal static string @Prefer_null_check_over_type_check => GetResourceString("Prefer_null_check_over_type_check");
        /// <summary>Block scoped</summary>
        internal static string @Block_scoped => GetResourceString("Block_scoped");
        /// <summary>File scoped</summary>
        internal static string @File_scoped => GetResourceString("File_scoped");
        /// <summary>Prefer extended property pattern</summary>
        internal static string @Prefer_extended_property_pattern => GetResourceString("Prefer_extended_property_pattern");
        /// <summary>Collapse usings on file open</summary>
        internal static string @Collapse_usings_on_file_open => GetResourceString("Collapse_usings_on_file_open");
        /// <summary>Show new snippet experience (experimental)</summary>
        internal static string @Show_new_snippet_experience_experimental => GetResourceString("Show_new_snippet_experience_experimental");
        /// <summary>Allow blank line after token in conditional expression</summary>
        internal static string @Allow_blank_line_after_token_in_conditional_expression => GetResourceString("Allow_blank_line_after_token_in_conditional_expression");
        /// <summary>Allow blank line after token in arrow expression clause</summary>
        internal static string @Allow_blank_line_after_token_in_arrow_expression_clause => GetResourceString("Allow_blank_line_after_token_in_arrow_expression_clause");
 
    }
}