diff --git a/src/Features/Core/Portable/FeaturesResources.Designer.cs b/src/Features/Core/Portable/FeaturesResources.Designer.cs index 33b3aa1e4d68d6cd674169e10cdce87d40bf5229..a2fb2fb1ac847ab47560a88f81a6c5d8cbfa6507 100644 --- a/src/Features/Core/Portable/FeaturesResources.Designer.cs +++ b/src/Features/Core/Portable/FeaturesResources.Designer.cs @@ -1053,6 +1053,15 @@ internal class FeaturesResources { } } + /// + /// Looks up a localized string similar to Fully qualify '{0}'. + /// + internal static string Fully_qualify_0 { + get { + return ResourceManager.GetString("Fully_qualify_0", resourceCulture); + } + } + /// /// Looks up a localized string similar to Generate {0} '{1}'. /// @@ -1413,6 +1422,15 @@ internal class FeaturesResources { } } + /// + /// Looks up a localized string similar to Inline variable declaration. + /// + internal static string Inline_variable_declaration { + get { + return ResourceManager.GetString("Inline_variable_declaration", resourceCulture); + } + } + /// /// Looks up a localized string similar to Install '{0} {1}'. /// @@ -2148,6 +2166,15 @@ internal class FeaturesResources { } } + /// + /// Looks up a localized string similar to Remove reference to '{0}'.. + /// + internal static string Remove_reference_to_0 { + get { + return ResourceManager.GetString("Remove_reference_to_0", resourceCulture); + } + } + /// /// Looks up a localized string similar to Remove Suppression. /// @@ -2394,6 +2421,15 @@ internal class FeaturesResources { } } + /// + /// Looks up a localized string similar to Spell check '{0}'. + /// + internal static string Spell_check_0 { + get { + return ResourceManager.GetString("Spell_check_0", resourceCulture); + } + } + /// /// Looks up a localized string similar to Structures. /// @@ -2902,6 +2938,114 @@ internal class FeaturesResources { } } + /// + /// Looks up a localized string similar to Use block body for accessors. + /// + internal static string Use_block_body_for_accessors { + get { + return ResourceManager.GetString("Use_block_body_for_accessors", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Use block body for constructors. + /// + internal static string Use_block_body_for_constructors { + get { + return ResourceManager.GetString("Use_block_body_for_constructors", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Use block body for indexers. + /// + internal static string Use_block_body_for_indexers { + get { + return ResourceManager.GetString("Use_block_body_for_indexers", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Use block body for methods. + /// + internal static string Use_block_body_for_methods { + get { + return ResourceManager.GetString("Use_block_body_for_methods", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Use block body for operators. + /// + internal static string Use_block_body_for_operators { + get { + return ResourceManager.GetString("Use_block_body_for_operators", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Use block body for properties. + /// + internal static string Use_block_body_for_properties { + get { + return ResourceManager.GetString("Use_block_body_for_properties", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Use expression body for accessors. + /// + internal static string Use_expression_body_for_accessors { + get { + return ResourceManager.GetString("Use_expression_body_for_accessors", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Use expression body for constructors. + /// + internal static string Use_expression_body_for_constructors { + get { + return ResourceManager.GetString("Use_expression_body_for_constructors", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Use expression body for indexers. + /// + internal static string Use_expression_body_for_indexers { + get { + return ResourceManager.GetString("Use_expression_body_for_indexers", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Use expression body for methods. + /// + internal static string Use_expression_body_for_methods { + get { + return ResourceManager.GetString("Use_expression_body_for_methods", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Use expression body for operators. + /// + internal static string Use_expression_body_for_operators { + get { + return ResourceManager.GetString("Use_expression_body_for_operators", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Use expression body for properties. + /// + internal static string Use_expression_body_for_properties { + get { + return ResourceManager.GetString("Use_expression_body_for_properties", resourceCulture); + } + } + /// /// Looks up a localized string similar to Use framework type. /// @@ -2974,16 +3118,5 @@ internal class FeaturesResources { return ResourceManager.GetString("You_can_use_the_navigation_bar_to_switch_context", resourceCulture); } } - - /// - /// Looks up a localized string similar to You can use the navigation bar to switch context.. - /// - internal static string Inline_variable_declaration - { - get - { - return ResourceManager.GetString("Inline_variable_declaration", resourceCulture); - } - } } -} +}