//------------------------------------------------------------------------------ // // This code was generated by a tool. // Runtime Version:4.0.30319.42000 // // Changes to this file may cause incorrect behavior and will be lost if // the code is regenerated. // //------------------------------------------------------------------------------ namespace Microsoft.CodeAnalysis.CSharp { using System; /// /// A strongly-typed resource class, for looking up localized strings, etc. /// // This class was auto-generated by the StronglyTypedResourceBuilder // class via a tool like ResGen or Visual Studio. // To add or remove a member, edit your .ResX file then rerun ResGen // with the /str option, or rebuild your VS project. [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resources.Tools.StronglyTypedResourceBuilder", "16.0.0.0")] [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()] internal class CSharpFeaturesResources { private static global::System.Resources.ResourceManager resourceMan; private static global::System.Globalization.CultureInfo resourceCulture; [global::System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode")] internal CSharpFeaturesResources() { } /// /// Returns the cached ResourceManager instance used by this class. /// [global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)] internal static global::System.Resources.ResourceManager ResourceManager { get { if (object.ReferenceEquals(resourceMan, null)) { global::System.Resources.ResourceManager temp = new global::System.Resources.ResourceManager("Microsoft.CodeAnalysis.CSharp.CSharpFeaturesResources", typeof(CSharpFeaturesResources).Assembly); resourceMan = temp; } return resourceMan; } } /// /// Overrides the current thread's CurrentUICulture property for all /// resource lookups using this strongly typed resource class. /// [global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)] internal static global::System.Globalization.CultureInfo Culture { get { return resourceCulture; } set { resourceCulture = value; } } /// /// Looks up a localized string similar to '{0}' does not contain a constructor that takes that many arguments.. /// internal static string _0_does_not_contain_a_constructor_that_takes_that_many_arguments { get { return ResourceManager.GetString("_0_does_not_contain_a_constructor_that_takes_that_many_arguments", resourceCulture); } } /// /// Looks up a localized string similar to '{0}' is not null here.. /// internal static string _0_is_not_null_here { get { return ResourceManager.GetString("_0_is_not_null_here", resourceCulture); } } /// /// Looks up a localized string similar to '{0}' may be null here.. /// internal static string _0_may_be_null_here { get { return ResourceManager.GetString("_0_may_be_null_here", resourceCulture); } } /// /// Looks up a localized string similar to Add accessibility modifiers. /// internal static string Add_accessibility_modifiers { get { return ResourceManager.GetString("Add_accessibility_modifiers", resourceCulture); } } /// /// Looks up a localized string similar to Add await. /// internal static string Add_await { get { return ResourceManager.GetString("Add_await", resourceCulture); } } /// /// Looks up a localized string similar to Add await and ConfigureAwait(false). /// internal static string Add_Await_and_ConfigureAwaitFalse { get { return ResourceManager.GetString("Add_Await_and_ConfigureAwaitFalse", resourceCulture); } } /// /// Looks up a localized string similar to Add missing usings. /// internal static string Add_missing_usings { get { return ResourceManager.GetString("Add_missing_usings", resourceCulture); } } /// /// Looks up a localized string similar to Add [Obsolete]. /// internal static string Add_Obsolete { get { return ResourceManager.GetString("Add_Obsolete", resourceCulture); } } /// /// Looks up a localized string similar to Add parentheses. /// internal static string Add_parentheses_around_conditional_expression_in_interpolated_string { get { return ResourceManager.GetString("Add_parentheses_around_conditional_expression_in_interpolated_string", resourceCulture); } } /// /// Looks up a localized string similar to Add/remove braces for single-line control statements. /// internal static string Add_remove_braces_for_single_line_control_statements { get { return ResourceManager.GetString("Add_remove_braces_for_single_line_control_statements", resourceCulture); } } /// /// Looks up a localized string similar to Add 'this.'. /// internal static string Add_this { get { return ResourceManager.GetString("Add_this", resourceCulture); } } /// /// Looks up a localized string similar to Allow unsafe code in this project. /// internal static string Allow_unsafe_code_in_this_project { get { return ResourceManager.GetString("Allow_unsafe_code_in_this_project", resourceCulture); } } /// /// Looks up a localized string similar to anonymous method. /// internal static string anonymous_method { get { return ResourceManager.GetString("anonymous_method", resourceCulture); } } /// /// Looks up a localized string similar to Apply expression/block body preferences. /// internal static string Apply_expression_block_body_preferences { get { return ResourceManager.GetString("Apply_expression_block_body_preferences", resourceCulture); } } /// /// Looks up a localized string similar to Apply implicit/explicit type preferences. /// internal static string Apply_implicit_explicit_type_preferences { get { return ResourceManager.GetString("Apply_implicit_explicit_type_preferences", resourceCulture); } } /// /// Looks up a localized string similar to Apply inline 'out' variables preferences. /// internal static string Apply_inline_out_variable_preferences { get { return ResourceManager.GetString("Apply_inline_out_variable_preferences", resourceCulture); } } /// /// Looks up a localized string similar to Apply language/framework type preferences. /// internal static string Apply_language_framework_type_preferences { get { return ResourceManager.GetString("Apply_language_framework_type_preferences", resourceCulture); } } /// /// Looks up a localized string similar to Apply object/collection initialization preferences. /// internal static string Apply_object_collection_initialization_preferences { get { return ResourceManager.GetString("Apply_object_collection_initialization_preferences", resourceCulture); } } /// /// Looks up a localized string similar to Apply 'this.' qualification preferences. /// internal static string Apply_this_qualification_preferences { get { return ResourceManager.GetString("Apply_this_qualification_preferences", resourceCulture); } } /// /// Looks up a localized string similar to Assign 'out' parameters. /// internal static string Assign_out_parameters { get { return ResourceManager.GetString("Assign_out_parameters", resourceCulture); } } /// /// Looks up a localized string similar to Assign 'out' parameters (at start). /// internal static string Assign_out_parameters_at_start { get { return ResourceManager.GetString("Assign_out_parameters_at_start", resourceCulture); } } /// /// Looks up a localized string similar to asynchronous foreach statement. /// internal static string asynchronous_foreach_statement { get { return ResourceManager.GetString("asynchronous_foreach_statement", resourceCulture); } } /// /// Looks up a localized string similar to asynchronous using declaration. /// internal static string asynchronous_using_declaration { get { return ResourceManager.GetString("asynchronous_using_declaration", resourceCulture); } } /// /// Looks up a localized string similar to attribute target. /// internal static string attribute_target { get { return ResourceManager.GetString("attribute_target", resourceCulture); } } /// /// Looks up a localized string similar to Autoselect disabled due to member declaration. /// internal static string Autoselect_disabled_due_to_member_declaration { get { return ResourceManager.GetString("Autoselect_disabled_due_to_member_declaration", resourceCulture); } } /// /// Looks up a localized string similar to Autoselect disabled due to namespace declaration.. /// internal static string Autoselect_disabled_due_to_namespace_declaration { get { return ResourceManager.GetString("Autoselect_disabled_due_to_namespace_declaration", resourceCulture); } } /// /// Looks up a localized string similar to Autoselect disabled due to possible deconstruction declaration.. /// internal static string Autoselect_disabled_due_to_possible_deconstruction_declaration { get { return ResourceManager.GetString("Autoselect_disabled_due_to_possible_deconstruction_declaration", resourceCulture); } } /// /// Looks up a localized string similar to Autoselect disabled due to possible explicitly named anonymous type member creation.. /// internal static string Autoselect_disabled_due_to_possible_explicitly_named_anonymous_type_member_creation { get { return ResourceManager.GetString("Autoselect_disabled_due_to_possible_explicitly_named_anonymous_type_member_creati" + "on", resourceCulture); } } /// /// Looks up a localized string similar to Autoselect disabled due to possible tuple type element creation.. /// internal static string Autoselect_disabled_due_to_possible_tuple_type_element_creation { get { return ResourceManager.GetString("Autoselect_disabled_due_to_possible_tuple_type_element_creation", resourceCulture); } } /// /// Looks up a localized string similar to Autoselect disabled due to potential lambda declaration.. /// internal static string Autoselect_disabled_due_to_potential_lambda_declaration { get { return ResourceManager.GetString("Autoselect_disabled_due_to_potential_lambda_declaration", resourceCulture); } } /// /// Looks up a localized string similar to Autoselect disabled due to potential range variable declaration.. /// internal static string Autoselect_disabled_due_to_potential_range_variable_declaration { get { return ResourceManager.GetString("Autoselect_disabled_due_to_potential_range_variable_declaration", resourceCulture); } } /// /// Looks up a localized string similar to Autoselect disabled due to type declaration.. /// internal static string Autoselect_disabled_due_to_type_declaration { get { return ResourceManager.GetString("Autoselect_disabled_due_to_type_declaration", resourceCulture); } } /// /// Looks up a localized string similar to await expression. /// internal static string await_expression { get { return ResourceManager.GetString("await_expression", resourceCulture); } } /// /// Looks up a localized string similar to awaitable. /// internal static string awaitable { get { return ResourceManager.GetString("awaitable", resourceCulture); } } /// /// Looks up a localized string similar to awaitable, extension. /// internal static string awaitable_extension { get { return ResourceManager.GetString("awaitable_extension", resourceCulture); } } /// /// Looks up a localized string similar to Can't determine valid range of statements to extract. /// internal static string Can_t_determine_valid_range_of_statements_to_extract { get { return ResourceManager.GetString("Can_t_determine_valid_range_of_statements_to_extract", resourceCulture); } } /// /// Looks up a localized string similar to catch clause. /// internal static string catch_clause { get { return ResourceManager.GetString("catch_clause", resourceCulture); } } /// /// Looks up a localized string similar to Change return type from {0} to {1}. /// internal static string Change_return_type_from_0_to_1 { get { return ResourceManager.GetString("Change_return_type_from_0_to_1", resourceCulture); } } /// /// Looks up a localized string similar to checked statement. /// internal static string checked_statement { get { return ResourceManager.GetString("checked_statement", resourceCulture); } } /// /// Looks up a localized string similar to <class name>. /// internal static string class_name { get { return ResourceManager.GetString("class_name", resourceCulture); } } /// /// Looks up a localized string similar to Conflict(s) detected.. /// internal static string Conflict_s_detected { get { return ResourceManager.GetString("Conflict_s_detected", resourceCulture); } } /// /// Looks up a localized string similar to Contains invalid selection.. /// internal static string Contains_invalid_selection { get { return ResourceManager.GetString("Contains_invalid_selection", resourceCulture); } } /// /// Looks up a localized string similar to conversion operator. /// internal static string conversion_operator { get { return ResourceManager.GetString("conversion_operator", resourceCulture); } } /// /// Looks up a localized string similar to Convert switch statement to expression. /// internal static string Convert_switch_statement_to_expression { get { return ResourceManager.GetString("Convert_switch_statement_to_expression", resourceCulture); } } /// /// Looks up a localized string similar to Convert to 'for'. /// internal static string Convert_to_for { get { return ResourceManager.GetString("Convert_to_for", resourceCulture); } } /// /// Looks up a localized string similar to Convert to 'foreach'. /// internal static string Convert_to_foreach { get { return ResourceManager.GetString("Convert_to_foreach", resourceCulture); } } /// /// Looks up a localized string similar to Convert to method. /// internal static string Convert_to_method { get { return ResourceManager.GetString("Convert_to_method", resourceCulture); } } /// /// Looks up a localized string similar to Convert to 'switch' expression. /// internal static string Convert_to_switch_expression { get { return ResourceManager.GetString("Convert_to_switch_expression", resourceCulture); } } /// /// Looks up a localized string similar to Convert to 'switch' statement. /// internal static string Convert_to_switch_statement { get { return ResourceManager.GetString("Convert_to_switch_statement", resourceCulture); } } /// /// Looks up a localized string similar to Declare as nullable. /// internal static string Declare_as_nullable { get { return ResourceManager.GetString("Declare_as_nullable", resourceCulture); } } /// /// Looks up a localized string similar to deconstruction. /// internal static string deconstruction { get { return ResourceManager.GetString("deconstruction", resourceCulture); } } /// /// Looks up a localized string similar to Delegate invocation can be simplified.. /// internal static string Delegate_invocation_can_be_simplified { get { return ResourceManager.GetString("Delegate_invocation_can_be_simplified", resourceCulture); } } /// /// Looks up a localized string similar to deprecated. /// internal static string deprecated { get { return ResourceManager.GetString("deprecated", resourceCulture); } } /// /// Looks up a localized string similar to <designation name>. /// internal static string designation_name { get { return ResourceManager.GetString("designation_name", resourceCulture); } } /// /// Looks up a localized string similar to destructor. /// internal static string destructor { get { return ResourceManager.GetString("destructor", resourceCulture); } } /// /// Looks up a localized string similar to Do not change this code. Put cleanup code in Dispose(bool disposing) above.. /// internal static string Do_not_change_this_code_Put_cleanup_code_in_Dispose_bool_disposing_above { get { return ResourceManager.GetString("Do_not_change_this_code_Put_cleanup_code_in_Dispose_bool_disposing_above", resourceCulture); } } /// /// Looks up a localized string similar to <element name> : . /// internal static string element_name { get { return ResourceManager.GetString("element_name", resourceCulture); } } /// /// Looks up a localized string similar to event field. /// internal static string event_field { get { return ResourceManager.GetString("event_field", resourceCulture); } } /// /// Looks up a localized string similar to extension. /// internal static string extension { get { return ResourceManager.GetString("extension", resourceCulture); } } /// /// Looks up a localized string similar to filter clause. /// internal static string filter_clause { get { return ResourceManager.GetString("filter_clause", resourceCulture); } } /// /// Looks up a localized string similar to finally clause. /// internal static string finally_clause { get { return ResourceManager.GetString("finally_clause", resourceCulture); } } /// /// Looks up a localized string similar to Fix return type. /// internal static string Fix_return_type { get { return ResourceManager.GetString("Fix_return_type", resourceCulture); } } /// /// Looks up a localized string similar to fixed statement. /// internal static string fixed_statement { get { return ResourceManager.GetString("fixed_statement", resourceCulture); } } /// /// Looks up a localized string similar to foreach statement. /// internal static string foreach_statement { get { return ResourceManager.GetString("foreach_statement", resourceCulture); } } /// /// Looks up a localized string similar to from clause. /// internal static string from_clause { get { return ResourceManager.GetString("from_clause", resourceCulture); } } /// /// Looks up a localized string similar to Generate explicit conversion operator in '{0}'. /// internal static string Generate_explicit_conversion_operator_in_0 { get { return ResourceManager.GetString("Generate_explicit_conversion_operator_in_0", resourceCulture); } } /// /// Looks up a localized string similar to Generate implicit conversion operator in '{0}'. /// internal static string Generate_implicit_conversion_operator_in_0 { get { return ResourceManager.GetString("Generate_implicit_conversion_operator_in_0", resourceCulture); } } /// /// Looks up a localized string similar to global statement. /// internal static string global_statement { get { return ResourceManager.GetString("global_statement", resourceCulture); } } /// /// Looks up a localized string similar to groupby clause. /// internal static string groupby_clause { get { return ResourceManager.GetString("groupby_clause", resourceCulture); } } /// /// Looks up a localized string similar to Hide base member. /// internal static string Hide_base_member { get { return ResourceManager.GetString("Hide_base_member", resourceCulture); } } /// /// Looks up a localized string similar to 'if' statement can be simplified. /// internal static string if_statement_can_be_simplified { get { return ResourceManager.GetString("if_statement_can_be_simplified", resourceCulture); } } /// /// Looks up a localized string similar to indexer. /// internal static string indexer { get { return ResourceManager.GetString("indexer", resourceCulture); } } /// /// Looks up a localized string similar to indexer getter. /// internal static string indexer_getter { get { return ResourceManager.GetString("indexer_getter", resourceCulture); } } /// /// Looks up a localized string similar to indexer setter. /// internal static string indexer_setter { get { return ResourceManager.GetString("indexer_setter", resourceCulture); } } /// /// Looks up a localized string similar to Inline temporary variable. /// internal static string Inline_temporary_variable { get { return ResourceManager.GetString("Inline_temporary_variable", resourceCulture); } } /// /// Looks up a localized string similar to Insert 'await'.. /// internal static string Insert_await { get { return ResourceManager.GetString("Insert_await", resourceCulture); } } /// /// Looks up a localized string similar to <interface name>. /// internal static string interface_name { get { return ResourceManager.GetString("interface_name", resourceCulture); } } /// /// Looks up a localized string similar to into clause. /// internal static string into_clause { get { return ResourceManager.GetString("into_clause", resourceCulture); } } /// /// Looks up a localized string similar to Introduce 'using' statement. /// internal static string Introduce_using_statement { get { return ResourceManager.GetString("Introduce_using_statement", resourceCulture); } } /// /// Looks up a localized string similar to Invalid selection.. /// internal static string Invalid_selection { get { return ResourceManager.GetString("Invalid_selection", resourceCulture); } } /// /// Looks up a localized string similar to Invert if. /// internal static string Invert_if { get { return ResourceManager.GetString("Invert_if", resourceCulture); } } /// /// Looks up a localized string similar to is pattern. /// internal static string is_pattern { get { return ResourceManager.GetString("is_pattern", resourceCulture); } } /// /// Looks up a localized string similar to join clause. /// internal static string join_clause { get { return ResourceManager.GetString("join_clause", resourceCulture); } } /// /// Looks up a localized string similar to lambda. /// internal static string lambda { get { return ResourceManager.GetString("lambda", resourceCulture); } } /// /// Looks up a localized string similar to <lambda expression>. /// internal static string lambda_expression { get { return ResourceManager.GetString("lambda_expression", resourceCulture); } } /// /// Looks up a localized string similar to let clause. /// internal static string let_clause { get { return ResourceManager.GetString("let_clause", resourceCulture); } } /// /// Looks up a localized string similar to local function. /// internal static string local_function { get { return ResourceManager.GetString("local_function", resourceCulture); } } /// /// Looks up a localized string similar to local variable declaration. /// internal static string local_variable_declaration { get { return ResourceManager.GetString("local_variable_declaration", resourceCulture); } } /// /// Looks up a localized string similar to lock statement. /// internal static string lock_statement { get { return ResourceManager.GetString("lock_statement", resourceCulture); } } /// /// Looks up a localized string similar to Make {0} return Task instead of void.. /// internal static string Make_0_return_Task_instead_of_void { get { return ResourceManager.GetString("Make_0_return_Task_instead_of_void", resourceCulture); } } /// /// Looks up a localized string similar to Make method async. /// internal static string Make_method_async { get { return ResourceManager.GetString("Make_method_async", resourceCulture); } } /// /// Looks up a localized string similar to Make method async (stay void). /// internal static string Make_method_async_remain_void { get { return ResourceManager.GetString("Make_method_async_remain_void", resourceCulture); } } /// /// Looks up a localized string similar to Make private fields readonly when possible. /// internal static string Make_private_field_readonly_when_possible { get { return ResourceManager.GetString("Make_private_field_readonly_when_possible", resourceCulture); } } /// /// Looks up a localized string similar to Make 'ref struct'. /// internal static string Make_ref_struct { get { return ResourceManager.GetString("Make_ref_struct", resourceCulture); } } /// /// Looks up a localized string similar to <member name> = . /// internal static string member_name { get { return ResourceManager.GetString("member_name", resourceCulture); } } /// /// Looks up a localized string similar to Misplaced using directive. /// internal static string Misplaced_using_directive { get { return ResourceManager.GetString("Misplaced_using_directive", resourceCulture); } } /// /// Looks up a localized string similar to Move misplaced using directives. /// internal static string Move_misplaced_using_directives { get { return ResourceManager.GetString("Move_misplaced_using_directives", resourceCulture); } } /// /// Looks up a localized string similar to <Name>. /// internal static string Name { get { return ResourceManager.GetString("Name", resourceCulture); } } /// /// Looks up a localized string similar to Name can be simplified. /// internal static string Name_can_be_simplified { get { return ResourceManager.GetString("Name_can_be_simplified", resourceCulture); } } /// /// Looks up a localized string similar to <namespace name>. /// internal static string namespace_name { get { return ResourceManager.GetString("namespace_name", resourceCulture); } } /// /// Looks up a localized string similar to No common root node for extraction.. /// internal static string No_common_root_node_for_extraction { get { return ResourceManager.GetString("No_common_root_node_for_extraction", resourceCulture); } } /// /// Looks up a localized string similar to No valid selection to perform extraction.. /// internal static string No_valid_selection_to_perform_extraction { get { return ResourceManager.GetString("No_valid_selection_to_perform_extraction", resourceCulture); } } /// /// Looks up a localized string similar to No valid statement range to extract. /// internal static string No_valid_statement_range_to_extract { get { return ResourceManager.GetString("No_valid_statement_range_to_extract", resourceCulture); } } /// /// Looks up a localized string similar to Not all code paths return. /// internal static string Not_all_code_paths_return { get { return ResourceManager.GetString("Not_all_code_paths_return", resourceCulture); } } /// /// Looks up a localized string similar to orderby clause. /// internal static string orderby_clause { get { return ResourceManager.GetString("orderby_clause", resourceCulture); } } /// /// Looks up a localized string similar to Organize Usings. /// internal static string Organize_Usings { get { return ResourceManager.GetString("Organize_Usings", resourceCulture); } } /// /// Looks up a localized string similar to out variable. /// internal static string out_var { get { return ResourceManager.GetString("out_var", resourceCulture); } } /// /// Looks up a localized string similar to Pass in captured variables as arguments. /// internal static string Pass_in_captured_variables_as_arguments { get { return ResourceManager.GetString("Pass_in_captured_variables_as_arguments", resourceCulture); } } /// /// Looks up a localized string similar to Properties. /// internal static string Properties { get { return ResourceManager.GetString("Properties", resourceCulture); } } /// /// Looks up a localized string similar to property getter. /// internal static string property_getter { get { return ResourceManager.GetString("property_getter", resourceCulture); } } /// /// Looks up a localized string similar to property setter. /// internal static string property_setter { get { return ResourceManager.GetString("property_setter", resourceCulture); } } /// /// Looks up a localized string similar to query body. /// internal static string query_body { get { return ResourceManager.GetString("query_body", resourceCulture); } } /// /// Looks up a localized string similar to <range variable>. /// internal static string range_variable { get { return ResourceManager.GetString("range_variable", resourceCulture); } } /// /// Looks up a localized string similar to ref local or expression. /// internal static string ref_local_or_expression { get { return ResourceManager.GetString("ref_local_or_expression", resourceCulture); } } /// /// Looks up a localized string similar to Remove 'this' qualification. /// internal static string Remove_this_qualification { get { return ResourceManager.GetString("Remove_this_qualification", resourceCulture); } } /// /// Looks up a localized string similar to Remove unnecessary casts. /// internal static string Remove_unnecessary_casts { get { return ResourceManager.GetString("Remove_unnecessary_casts", resourceCulture); } } /// /// Looks up a localized string similar to Remove Unnecessary Usings. /// internal static string Remove_Unnecessary_Usings { get { return ResourceManager.GetString("Remove_Unnecessary_Usings", resourceCulture); } } /// /// Looks up a localized string similar to Remove unused function. /// internal static string Remove_unused_function { get { return ResourceManager.GetString("Remove_unused_function", resourceCulture); } } /// /// Looks up a localized string similar to Remove unused variables. /// internal static string Remove_unused_variables { get { return ResourceManager.GetString("Remove_unused_variables", resourceCulture); } } /// /// Looks up a localized string similar to Replace return with yield return. /// internal static string Replace_return_with_yield_return { get { return ResourceManager.GetString("Replace_return_with_yield_return", resourceCulture); } } /// /// Looks up a localized string similar to select clause. /// internal static string select_clause { get { return ResourceManager.GetString("select_clause", resourceCulture); } } /// /// Looks up a localized string similar to Selection can not be part of constant initializer expression.. /// internal static string Selection_can_not_be_part_of_constant_initializer_expression { get { return ResourceManager.GetString("Selection_can_not_be_part_of_constant_initializer_expression", resourceCulture); } } /// /// Looks up a localized string similar to Selection can not contain a pattern expression.. /// internal static string Selection_can_not_contain_a_pattern_expression { get { return ResourceManager.GetString("Selection_can_not_contain_a_pattern_expression", resourceCulture); } } /// /// Looks up a localized string similar to Selection can not contain a yield statement.. /// internal static string Selection_can_not_contain_a_yield_statement { get { return ResourceManager.GetString("Selection_can_not_contain_a_yield_statement", resourceCulture); } } /// /// Looks up a localized string similar to Selection can not contain throw statement.. /// internal static string Selection_can_not_contain_throw_statement { get { return ResourceManager.GetString("Selection_can_not_contain_throw_statement", resourceCulture); } } /// /// Looks up a localized string similar to Selection can not cross over preprocessor directives.. /// internal static string Selection_can_not_cross_over_preprocessor_directives { get { return ResourceManager.GetString("Selection_can_not_cross_over_preprocessor_directives", resourceCulture); } } /// /// Looks up a localized string similar to Selection does not contain a valid node. /// internal static string Selection_does_not_contain_a_valid_node { get { return ResourceManager.GetString("Selection_does_not_contain_a_valid_node", resourceCulture); } } /// /// Looks up a localized string similar to Selection does not contain a valid token.. /// internal static string Selection_does_not_contain_a_valid_token { get { return ResourceManager.GetString("Selection_does_not_contain_a_valid_token", resourceCulture); } } /// /// Looks up a localized string similar to Simplify all occurrences. /// internal static string Simplify_all_occurrences { get { return ResourceManager.GetString("Simplify_all_occurrences", resourceCulture); } } /// /// Looks up a localized string similar to Simplify lambda expression. /// internal static string Simplify_lambda_expression { get { return ResourceManager.GetString("Simplify_lambda_expression", resourceCulture); } } /// /// Looks up a localized string similar to Simplify member access '{0}'. /// internal static string Simplify_member_access_0 { get { return ResourceManager.GetString("Simplify_member_access_0", resourceCulture); } } /// /// Looks up a localized string similar to Simplify name '{0}'. /// internal static string Simplify_name_0 { get { return ResourceManager.GetString("Simplify_name_0", resourceCulture); } } /// /// Looks up a localized string similar to Sort accessibility modifiers. /// internal static string Sort_accessibility_modifiers { get { return ResourceManager.GetString("Sort_accessibility_modifiers", resourceCulture); } } /// /// Looks up a localized string similar to struct. /// internal static string struct_ { get { return ResourceManager.GetString("struct_", resourceCulture); } } /// /// Looks up a localized string similar to <struct name>. /// internal static string struct_name { get { return ResourceManager.GetString("struct_name", resourceCulture); } } /// /// Looks up a localized string similar to (Suggested name). /// internal static string Suggested_name { get { return ResourceManager.GetString("Suggested_name", resourceCulture); } } /// /// Looks up a localized string similar to switch statement. /// internal static string switch_statement { get { return ResourceManager.GetString("switch_statement", resourceCulture); } } /// /// Looks up a localized string similar to switch statement case clause. /// internal static string switch_statement_case_clause { get { return ResourceManager.GetString("switch_statement_case_clause", resourceCulture); } } /// /// Looks up a localized string similar to The name '{0}' does not exist in the current context.. /// internal static string The_name_0_does_not_exist_in_the_current_context { get { return ResourceManager.GetString("The_name_0_does_not_exist_in_the_current_context", resourceCulture); } } /// /// Looks up a localized string similar to The selected code is inside an unsafe context.. /// internal static string The_selected_code_is_inside_an_unsafe_context { get { return ResourceManager.GetString("The_selected_code_is_inside_an_unsafe_context", resourceCulture); } } /// /// Looks up a localized string similar to The selection contains syntactic errors. /// internal static string The_selection_contains_syntactic_errors { get { return ResourceManager.GetString("The_selection_contains_syntactic_errors", resourceCulture); } } /// /// Looks up a localized string similar to This code added to correctly implement the disposable pattern.. /// internal static string This_code_added_to_correctly_implement_the_disposable_pattern { get { return ResourceManager.GetString("This_code_added_to_correctly_implement_the_disposable_pattern", resourceCulture); } } /// /// Looks up a localized string similar to TODO: free unmanaged resources (unmanaged objects) and override a finalizer below.. /// internal static string TODO_colon_free_unmanaged_resources_unmanaged_objects_and_override_a_finalizer_below { get { return ResourceManager.GetString("TODO_colon_free_unmanaged_resources_unmanaged_objects_and_override_a_finalizer_be" + "low", resourceCulture); } } /// /// Looks up a localized string similar to TODO: override a finalizer only if Dispose(bool disposing) above has code to free unmanaged resources.. /// internal static string TODO_colon_override_a_finalizer_only_if_Dispose_bool_disposing_above_has_code_to_free_unmanaged_resources { get { return ResourceManager.GetString("TODO_colon_override_a_finalizer_only_if_Dispose_bool_disposing_above_has_code_to_" + "free_unmanaged_resources", resourceCulture); } } /// /// Looks up a localized string similar to TODO: uncomment the following line if the finalizer is overridden above.. /// internal static string TODO_colon_uncomment_the_following_line_if_the_finalizer_is_overridden_above { get { return ResourceManager.GetString("TODO_colon_uncomment_the_following_line_if_the_finalizer_is_overridden_above", resourceCulture); } } /// /// Looks up a localized string similar to try block. /// internal static string try_block { get { return ResourceManager.GetString("try_block", resourceCulture); } } /// /// Looks up a localized string similar to tuple. /// internal static string tuple { get { return ResourceManager.GetString("tuple", resourceCulture); } } /// /// Looks up a localized string similar to unchecked statement. /// internal static string unchecked_statement { get { return ResourceManager.GetString("unchecked_statement", resourceCulture); } } /// /// Looks up a localized string similar to Unseal class '{0}'. /// internal static string Unseal_class_0 { get { return ResourceManager.GetString("Unseal_class_0", resourceCulture); } } /// /// Looks up a localized string similar to Upgrade all C# projects to language version '{0}'. /// internal static string Upgrade_all_csharp_projects_to_language_version_0 { get { return ResourceManager.GetString("Upgrade_all_csharp_projects_to_language_version_0", resourceCulture); } } /// /// Looks up a localized string similar to Upgrade this project to C# language version '{0}'. /// internal static string Upgrade_this_project_to_csharp_language_version_0 { get { return ResourceManager.GetString("Upgrade_this_project_to_csharp_language_version_0", resourceCulture); } } /// /// Looks up a localized string similar to Use '{0}'. /// internal static string Use_0 { get { return ResourceManager.GetString("Use_0", resourceCulture); } } /// /// Looks up a localized string similar to Use explicit type. /// internal static string Use_explicit_type { get { return ResourceManager.GetString("Use_explicit_type", resourceCulture); } } /// /// Looks up a localized string similar to Use explicit type instead of 'var'. /// internal static string Use_explicit_type_instead_of_var { get { return ResourceManager.GetString("Use_explicit_type_instead_of_var", resourceCulture); } } /// /// Looks up a localized string similar to Use implicit type. /// internal static string Use_implicit_type { get { return ResourceManager.GetString("Use_implicit_type", resourceCulture); } } /// /// Looks up a localized string similar to Use 'is null' check. /// internal static string Use_is_null_check { get { return ResourceManager.GetString("Use_is_null_check", resourceCulture); } } /// /// Looks up a localized string similar to Use 'switch' expression. /// internal static string Use_switch_expression { get { return ResourceManager.GetString("Use_switch_expression", resourceCulture); } } /// /// Looks up a localized string similar to use 'var' instead of explicit type. /// internal static string use_var_instead_of_explicit_type { get { return ResourceManager.GetString("use_var_instead_of_explicit_type", resourceCulture); } } /// /// Looks up a localized string similar to using declaration. /// internal static string using_declaration { get { return ResourceManager.GetString("using_declaration", resourceCulture); } } /// /// Looks up a localized string similar to using directive. /// internal static string using_directive { get { return ResourceManager.GetString("using_directive", resourceCulture); } } /// /// Looks up a localized string similar to Using directive is unnecessary.. /// internal static string Using_directive_is_unnecessary { get { return ResourceManager.GetString("Using_directive_is_unnecessary", resourceCulture); } } /// /// Looks up a localized string similar to Using directives must be placed inside of a namespace declaration. /// internal static string Using_directives_must_be_placed_inside_of_a_namespace_declaration { get { return ResourceManager.GetString("Using_directives_must_be_placed_inside_of_a_namespace_declaration", resourceCulture); } } /// /// Looks up a localized string similar to Using directives must be placed outside of a namespace declaration. /// internal static string Using_directives_must_be_placed_outside_of_a_namespace_declaration { get { return ResourceManager.GetString("Using_directives_must_be_placed_outside_of_a_namespace_declaration", resourceCulture); } } /// /// Looks up a localized string similar to using namespace. /// internal static string using_namespace { get { return ResourceManager.GetString("using_namespace", resourceCulture); } } /// /// Looks up a localized string similar to using statement. /// internal static string using_statement { get { return ResourceManager.GetString("using_statement", resourceCulture); } } /// /// Looks up a localized string similar to Warning: Adding parameters to local function declaration may produce invalid code.. /// internal static string Warning_colon_Adding_parameters_to_local_function_declaration_may_produce_invalid_code { get { return ResourceManager.GetString("Warning_colon_Adding_parameters_to_local_function_declaration_may_produce_invalid" + "_code", resourceCulture); } } /// /// Looks up a localized string similar to Warning: Moving using directives may change code meaning.. /// internal static string Warning_colon_Moving_using_directives_may_change_code_meaning { get { return ResourceManager.GetString("Warning_colon_Moving_using_directives_may_change_code_meaning", resourceCulture); } } /// /// Looks up a localized string similar to Warning: Inlining temporary into conditional method call.. /// internal static string Warning_Inlining_temporary_into_conditional_method_call { get { return ResourceManager.GetString("Warning_Inlining_temporary_into_conditional_method_call", resourceCulture); } } /// /// Looks up a localized string similar to where clause. /// internal static string where_clause { get { return ResourceManager.GetString("where_clause", resourceCulture); } } /// /// Looks up a localized string similar to yield break statement. /// internal static string yield_break_statement { get { return ResourceManager.GetString("yield_break_statement", resourceCulture); } } /// /// Looks up a localized string similar to yield return statement. /// internal static string yield_return_statement { get { return ResourceManager.GetString("yield_return_statement", resourceCulture); } } } }