|
// <auto-generated>
using System.Reflection;
namespace Roslyn.VisualStudio.DiagnosticsWindow
{
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>Can not create tool window.</summary>
internal static string @CanNotCreateWindow => GetResourceString("CanNotCreateWindow");
/// <summary>Roslyn Diagnostics</summary>
internal static string @ToolWindowTitle => GetResourceString("ToolWindowTitle");
}
}
|