File: Microsoft.DotNet.GenAPI.Resources.cs
Project: ..\..\..\src\Compatibility\GenAPI\Microsoft.DotNet.GenAPI\Microsoft.DotNet.GenAPI.csproj (Microsoft.DotNet.GenAPI)
// <auto-generated>
using System.Reflection;
 
 
namespace Microsoft.DotNet.GenAPI
{
    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>Adding member '{0}' to the named type '{1}' failed with exception '{2}'.</summary>
        internal static string @AddMemberThrowsException => GetResourceString("AddMemberThrowsException");
        /// <summary>Could not resolve type '{0}' in containing assembly '{1}' via type forward. Make sure that the assembly is provided as a reference and contains the type.</summary>
        internal static string @ResolveTypeForwardFailed => GetResourceString("ResolveTypeForwardFailed");
        /// <summary>Syntax node not found.</summary>
        internal static string @SyntaxNodeNotFound => GetResourceString("SyntaxNodeNotFound");
 
    }
}