//------------------------------------------------------------------------------ // // 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 { 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 CodeStyleFixesResources { private static global::System.Resources.ResourceManager resourceMan; private static global::System.Globalization.CultureInfo resourceCulture; [global::System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode")] internal CodeStyleFixesResources() { } /// /// 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.CodeStyleFixesResources", typeof(CodeStyleFixesResources).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 Compilation is required to accomplish the task but is not supported by project {0}.. /// internal static string Compilation_is_required_to_accomplish_the_task_but_is_not_supported_by_project_0 { get { return ResourceManager.GetString("Compilation_is_required_to_accomplish_the_task_but_is_not_supported_by_project_0", resourceCulture); } } /// /// Looks up a localized string similar to Fix all '{0}'. /// internal static string Fix_all_0 { get { return ResourceManager.GetString("Fix_all_0", resourceCulture); } } /// /// Looks up a localized string similar to Fix all '{0}' in '{1}'. /// internal static string Fix_all_0_in_1 { get { return ResourceManager.GetString("Fix_all_0_in_1", resourceCulture); } } /// /// Looks up a localized string similar to Fix all '{0}' in Solution. /// internal static string Fix_all_0_in_Solution { get { return ResourceManager.GetString("Fix_all_0_in_Solution", resourceCulture); } } /// /// Looks up a localized string similar to Project of ID {0} is required to accomplish the task but is not available from the solution. /// internal static string Project_of_ID_0_is_required_to_accomplish_the_task_but_is_not_available_from_the_solution { get { return ResourceManager.GetString("Project_of_ID_0_is_required_to_accomplish_the_task_but_is_not_available_from_the_" + "solution", resourceCulture); } } /// /// Looks up a localized string similar to Supplied diagnostic cannot be null.. /// internal static string Supplied_diagnostic_cannot_be_null { get { return ResourceManager.GetString("Supplied_diagnostic_cannot_be_null", resourceCulture); } } /// /// Looks up a localized string similar to Syntax tree is required to accomplish the task but is not supported by document {0}.. /// internal static string SyntaxTree_is_required_to_accomplish_the_task_but_is_not_supported_by_document_0 { get { return ResourceManager.GetString("SyntaxTree_is_required_to_accomplish_the_task_but_is_not_supported_by_document_0", resourceCulture); } } /// /// Looks up a localized string similar to The solution does not contain the specified document.. /// internal static string The_solution_does_not_contain_the_specified_document { get { return ResourceManager.GetString("The_solution_does_not_contain_the_specified_document", resourceCulture); } } } }