//------------------------------------------------------------------------------ // // 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.Editor { 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 EditorFeaturesWpfResources { private static global::System.Resources.ResourceManager resourceMan; private static global::System.Globalization.CultureInfo resourceCulture; [global::System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode")] internal EditorFeaturesWpfResources() { } /// /// 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.Editor.EditorFeaturesWpfResources", typeof(EditorFeaturesWpfResources).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 Downloading index failed. /// internal static string Downloading_index_failed { get { return ResourceManager.GetString("Downloading_index_failed", resourceCulture); } } /// /// Looks up a localized string similar to Downloading index failed:{0}. /// internal static string Downloading_index_failed_0 { get { return ResourceManager.GetString("Downloading_index_failed_0", resourceCulture); } } /// /// Looks up a localized string similar to Downloading IntelliSense index for {0}. /// internal static string Downloading_IntelliSense_index_for_0 { get { return ResourceManager.GetString("Downloading_IntelliSense_index_for_0", resourceCulture); } } /// /// Looks up a localized string similar to Gathering Suggestions - '{0}'. /// internal static string Gathering_Suggestions_0 { get { return ResourceManager.GetString("Gathering_Suggestions_0", resourceCulture); } } /// /// Looks up a localized string similar to Gathering Suggestions - Waiting for the solution to fully load. /// internal static string Gathering_Suggestions_Waiting_for_the_solution_to_fully_load { get { return ResourceManager.GetString("Gathering_Suggestions_Waiting_for_the_solution_to_fully_load", resourceCulture); } } /// /// Looks up a localized string similar to Regex - Alternation. /// internal static string Regex_Alternation { get { return ResourceManager.GetString("Regex_Alternation", resourceCulture); } } /// /// Looks up a localized string similar to Regex - Anchor. /// internal static string Regex_Anchor { get { return ResourceManager.GetString("Regex_Anchor", resourceCulture); } } /// /// Looks up a localized string similar to Regex - Character Class. /// internal static string Regex_Character_Class { get { return ResourceManager.GetString("Regex_Character_Class", resourceCulture); } } /// /// Looks up a localized string similar to Regex - Comment. /// internal static string Regex_Comment { get { return ResourceManager.GetString("Regex_Comment", resourceCulture); } } /// /// Looks up a localized string similar to Regex - Grouping. /// internal static string Regex_Grouping { get { return ResourceManager.GetString("Regex_Grouping", resourceCulture); } } /// /// Looks up a localized string similar to Regex - Other Escape. /// internal static string Regex_OtherEscape { get { return ResourceManager.GetString("Regex_OtherEscape", resourceCulture); } } /// /// Looks up a localized string similar to Regex - Quantifier. /// internal static string Regex_Quantifier { get { return ResourceManager.GetString("Regex_Quantifier", resourceCulture); } } /// /// Looks up a localized string similar to Regex - Self Escaped Character. /// internal static string Regex_SelfEscapedCharacter { get { return ResourceManager.GetString("Regex_SelfEscapedCharacter", resourceCulture); } } /// /// Looks up a localized string similar to Regex - Text. /// internal static string Regex_Text { get { return ResourceManager.GetString("Regex_Text", resourceCulture); } } /// /// Looks up a localized string similar to Suppress or Configure issues. /// internal static string Suppress_or_Configure_issues { get { return ResourceManager.GetString("Suppress_or_Configure_issues", resourceCulture); } } } }