File: Microsoft.CodeAnalysis.CodeStyleResources.cs
Project: ..\..\..\src\CodeStyle\Core\Analyzers\Microsoft.CodeAnalysis.CodeStyle.csproj (Microsoft.CodeAnalysis.CodeStyle)
// <auto-generated>
using System.Reflection;
 
 
namespace Microsoft.CodeAnalysis
{
    internal static partial class CodeStyleResources
    {
        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(CodeStyleResources)));
        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>A language name cannot be specified for this option.</summary>
        internal static string @A_language_name_cannot_be_specified_for_this_option => GetResourceString("A_language_name_cannot_be_specified_for_this_option");
        /// <summary>A language name must be specified for this option.</summary>
        internal static string @A_language_name_must_be_specified_for_this_option => GetResourceString("A_language_name_must_be_specified_for_this_option");
        /// <summary>Indentation and spacing</summary>
        internal static string @Indentation_and_spacing => GetResourceString("Indentation_and_spacing");
        /// <summary>New line preferences</summary>
        internal static string @New_line_preferences => GetResourceString("New_line_preferences");
        /// <summary>Arrays with more than one dimension cannot be serialized.</summary>
        internal static string @Arrays_with_more_than_one_dimension_cannot_be_serialized => GetResourceString("Arrays_with_more_than_one_dimension_cannot_be_serialized");
        /// <summary>Value too large to be represented as a 30 bit unsigned integer.</summary>
        internal static string @Value_too_large_to_be_represented_as_a_30_bit_unsigned_integer => GetResourceString("Value_too_large_to_be_represented_as_a_30_bit_unsigned_integer");
        /// <summary>The type '{0}' is not understood by the serialization binder.</summary>
        internal static string @The_type_0_is_not_understood_by_the_serialization_binder => GetResourceString("The_type_0_is_not_understood_by_the_serialization_binder");
        /// <summary>Cannot serialize type '{0}'.</summary>
        internal static string @Cannot_serialize_type_0 => GetResourceString("Cannot_serialize_type_0");
        /// <summary>Deserialization reader for '{0}' read incorrect number of values.</summary>
        internal static string @Deserialization_reader_for_0_read_incorrect_number_of_values => GetResourceString("Deserialization_reader_for_0_read_incorrect_number_of_values");
        /// <summary>Stream is too long.</summary>
        internal static string @Stream_is_too_long => GetResourceString("Stream_is_too_long");
 
    }
}