|
// <auto-generated>
using System.Reflection;
namespace Microsoft.CodeAnalysis.ExpressionEvaluator
{
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>Dynamic View</summary>
internal static string @DynamicView => GetResourceString("DynamicView");
/// <summary>Only COM or Dynamic objects can have Dynamic View</summary>
internal static string @DynamicViewNotDynamic => GetResourceString("DynamicViewNotDynamic");
/// <summary>Expanding the Dynamic View will get the dynamic members for the object</summary>
internal static string @DynamicViewValueWarning => GetResourceString("DynamicViewValueWarning");
/// <summary>Error</summary>
internal static string @ErrorName => GetResourceString("ErrorName");
/// <summary>'{0}' threw an exception of type '{1}'</summary>
internal static string @ExceptionThrown => GetResourceString("ExceptionThrown");
/// <summary>Cannot provide the value: host value not found</summary>
internal static string @HostValueNotFound => GetResourceString("HostValueNotFound");
/// <summary>Cannot dereference '{0}'. The pointer is not valid.</summary>
internal static string @InvalidPointerDereference => GetResourceString("InvalidPointerDereference");
/// <summary>Native View</summary>
internal static string @NativeView => GetResourceString("NativeView");
/// <summary>To inspect the native object, enable native code debugging.</summary>
internal static string @NativeViewNotNativeDebugging => GetResourceString("NativeViewNotNativeDebugging");
/// <summary>Non-Public members</summary>
internal static string @NonPublicMembers => GetResourceString("NonPublicMembers");
/// <summary>Raw View</summary>
internal static string @RawView => GetResourceString("RawView");
/// <summary>Results View</summary>
internal static string @ResultsView => GetResourceString("ResultsView");
/// <summary>Results View requires System.Core.dll to be referenced</summary>
internal static string @ResultsViewNoSystemCore => GetResourceString("ResultsViewNoSystemCore");
/// <summary>Only Enumerable types can have Results View</summary>
internal static string @ResultsViewNotEnumerable => GetResourceString("ResultsViewNotEnumerable");
/// <summary>Expanding the Results View will enumerate the IEnumerable</summary>
internal static string @ResultsViewValueWarning => GetResourceString("ResultsViewValueWarning");
/// <summary>Shared members</summary>
internal static string @SharedMembers => GetResourceString("SharedMembers");
/// <summary>Static members</summary>
internal static string @StaticMembers => GetResourceString("StaticMembers");
/// <summary>Type variables</summary>
internal static string @TypeVariablesName => GetResourceString("TypeVariablesName");
}
}
|