File: Microsoft.VisualStudio.LanguageServices.Xaml.Resources.cs
Project: ..\..\..\src\VisualStudio\Xaml\Impl\Microsoft.VisualStudio.LanguageServices.Xaml.csproj (Microsoft.VisualStudio.LanguageServices.Xaml)
// <auto-generated>
using System.Reflection;
 
 
namespace Microsoft.VisualStudio.LanguageServices.Xaml
{
    internal static partial class Resources
    {
        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(Resources)));
        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>Remove &amp;and Sort Namespaces</summary>
        internal static string @RemoveAndSortNamespacesWithAccelerator => GetResourceString("RemoveAndSortNamespacesWithAccelerator");
        /// <summary>Remove Unnecessary Namespaces</summary>
        internal static string @RemoveUnnecessaryNamespaces => GetResourceString("RemoveUnnecessaryNamespaces");
        /// <summary>&amp;Sort Namespaces</summary>
        internal static string @Sort_Namespaces => GetResourceString("Sort_Namespaces");
 
    }
}