File: src\154476528bd1fbe9\System.Windows.Forms.Analyzers.CodeFixes.Resources.SR.cs
Project: src\winforms\src\System.Windows.Forms.Analyzers.CodeFixes.CSharp\System.Windows.Forms.Analyzers.CodeFixes.CSharp.csproj (System.Windows.Forms.Analyzers.CodeFixes.CSharp)
// <auto-generated>
using System.Reflection;
 
 
namespace System.Windows.Forms.Analyzers.CodeFixes.Resources
{
    internal static partial class SR
    {
        private static global::System.Resources.ResourceManager s_resourceManager;
        internal static global::System.Resources.ResourceManager ResourceManager => s_resourceManager ?? (s_resourceManager = new global::System.Resources.ResourceManager(typeof(SR)));
        internal static global::System.Globalization.CultureInfo Culture { get; set; }
#if !NET20
        [global::System.Runtime.CompilerServices.MethodImpl(global::System.Runtime.CompilerServices.MethodImplOptions.AggressiveInlining)]
#endif
        internal static string GetResourceString(string resourceKey, string defaultValue = null) =>  ResourceManager.GetString(resourceKey, Culture);
        /// <summary>Add DesignerSerializationVisibilityAttribute to property</summary>
        internal static string @AddDesignerSerializationVisibilityCodeFixTitle => GetResourceString("AddDesignerSerializationVisibilityCodeFixTitle");
 
    }
}