File: Microsoft.CodeAnalysis.Text.TextEditorResources.cs
Project: ..\..\..\src\EditorFeatures\Text\Microsoft.CodeAnalysis.EditorFeatures.Text.csproj (Microsoft.CodeAnalysis.EditorFeatures.Text)
// <auto-generated>
using System.Reflection;
 
 
namespace Microsoft.CodeAnalysis.Text
{
    internal static partial class TextEditorResources
    {
        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(TextEditorResources)));
        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>textContainer is not a SourceTextContainer that was created from an ITextBuffer.</summary>
        internal static string @textContainer_is_not_a_SourceTextContainer_that_was_created_from_an_ITextBuffer => GetResourceString("textContainer_is_not_a_SourceTextContainer_that_was_created_from_an_ITextBuffer");
        /// <summary>The snapshot does not contain the specified position.</summary>
        internal static string @The_snapshot_does_not_contain_the_specified_position => GetResourceString("The_snapshot_does_not_contain_the_specified_position");
        /// <summary>The snapshot does not contain the specified span.</summary>
        internal static string @The_snapshot_does_not_contain_the_specified_span => GetResourceString("The_snapshot_does_not_contain_the_specified_span");
 
    }
}