//------------------------------------------------------------------------------ // // 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; using System.Reflection; /// /// 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", "4.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).GetTypeInfo().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 Add 'this.'. /// internal static string Add_this { get { return ResourceManager.GetString("Add_this", 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 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 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 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 implicit array creation.. /// internal static string Autoselect_disabled_due_to_potential_implicit_array_creation { get { return ResourceManager.GetString("Autoselect_disabled_due_to_potential_implicit_array_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 Cast is redundant. /// internal static string Cast_is_redundant { get { return ResourceManager.GetString("Cast_is_redundant", 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 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 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 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 <implicit array creation>. /// internal static string implicit_array_creation { get { return ResourceManager.GetString("implicit_array_creation", 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 Invalid selection.. /// internal static string Invalid_selection { get { return ResourceManager.GetString("Invalid_selection", resourceCulture); } } /// /// Looks up a localized string similar to Invert if statement. /// internal static string Invert_if_statement { get { return ResourceManager.GetString("Invert_if_statement", 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 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 <member name> = . /// internal static string member_name { get { return ResourceManager.GetString("member_name", resourceCulture); } } /// /// Looks up a localized string similar to Move declaration near reference. /// internal static string Move_declaration_near_reference { get { return ResourceManager.GetString("Move_declaration_near_reference", 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 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 &and Sort Usings. /// internal static string Remove_and_Sort_Usings { get { return ResourceManager.GetString("Remove_and_Sort_Usings", 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 Cast. /// internal static string Remove_Unnecessary_Cast { get { return ResourceManager.GetString("Remove_Unnecessary_Cast", 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 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 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 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 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 '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 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 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 C# 7 enhanced switch statement. /// internal static string v7_switch { get { return ResourceManager.GetString("v7_switch", resourceCulture); } } /// /// Looks up a localized string similar to Warning: Declaration changes scope and may change meaning.. /// internal static string Warning_colon_Declaration_changes_scope_and_may_change_meaning { get { return ResourceManager.GetString("Warning_colon_Declaration_changes_scope_and_may_change_meaning", 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 statement. /// internal static string yield_statement { get { return ResourceManager.GetString("yield_statement", resourceCulture); } } } }