File: src\17e17525bd2479b0\Microsoft.CodeAnalysis.ExternalAccess.Extensions.ExternalAccessExtensionsResources.cs
Project: src\roslyn\src\Features\ExternalAccess\Extensions\Microsoft.CodeAnalysis.ExternalAccess.Extensions.csproj (Microsoft.CodeAnalysis.ExternalAccess.Extensions)
// <auto-generated>
using System.Reflection;


namespace Microsoft.CodeAnalysis.ExternalAccess.Extensions
{
    internal static partial class ExternalAccessExtensionsResources
    {
        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(ExternalAccessExtensionsResources)));
        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>Cannot create {0}.</summary>
        internal static string @Cannot_create_0 => GetResourceString("Cannot_create_0");
        /// <summary>Missing document file path</summary>
        internal static string @Missing_document_file_path => GetResourceString("Missing_document_file_path");
        /// <summary>The message type {0} is not assignable to {1}.</summary>
        internal static string @The_message_type_0_is_not_assignable_to_1 => GetResourceString("The_message_type_0_is_not_assignable_to_1");
        /// <summary>Type {0} implements interface {1} more than once.</summary>
        internal static string @Type_0_implements_interface_1_more_than_once => GetResourceString("Type_0_implements_interface_1_more_than_once");
        /// <summary>The handler of type {0} must have a full name.</summary>
        internal static string @The_handler_of_type_0_must_have_a_full_name => GetResourceString("The_handler_of_type_0_must_have_a_full_name");
        /// <summary>The interface {0} does not contain a method named {1}.</summary>
        internal static string @The_interface_0_does_not_contain_a_method_named_1 => GetResourceString("The_interface_0_does_not_contain_a_method_named_1");

    }
}