File: Microsoft.CodeAnalysis.CSharp.CSharpCodeStyleResources.cs
Project: ..\..\..\src\CodeStyle\CSharp\Analyzers\Microsoft.CodeAnalysis.CSharp.CodeStyle.csproj (Microsoft.CodeAnalysis.CSharp.CodeStyle)
// <auto-generated>
using System.Reflection;
 
 
namespace Microsoft.CodeAnalysis.CSharp
{
    internal static partial class CSharpCodeStyleResources
    {
        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(CSharpCodeStyleResources)));
        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>Indentation preferences</summary>
        internal static string @Indentation_preferences => GetResourceString("Indentation_preferences");
        /// <summary>Space preferences</summary>
        internal static string @Space_preferences => GetResourceString("Space_preferences");
        /// <summary>Wrapping preferences</summary>
        internal static string @Wrapping_preferences => GetResourceString("Wrapping_preferences");
 
    }
}