File: Microsoft.CodeAnalysis.Interactive.InteractiveHostResources.cs
Project: ..\..\..\src\Interactive\Host\Microsoft.CodeAnalysis.InteractiveHost.csproj (Microsoft.CodeAnalysis.InteractiveHost)
// <auto-generated>
using System.Reflection;
 
 
namespace Microsoft.CodeAnalysis.Interactive
{
    internal static partial class InteractiveHostResources
    {
        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(InteractiveHostResources)));
        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>Attempt to connect to process #{0} failed, retrying ...</summary>
        internal static string @Attempt_to_connect_to_process_Sharp_0_failed_retrying => GetResourceString("Attempt_to_connect_to_process_Sharp_0_failed_retrying");
        /// <summary>Cannot resolve reference '{0}'.</summary>
        internal static string @Cannot_resolve_reference_0 => GetResourceString("Cannot_resolve_reference_0");
        /// <summary>Loading context from '{0}'.</summary>
        internal static string @Loading_context_from_0 => GetResourceString("Loading_context_from_0");
        /// <summary>Type "#help" for more information.</summary>
        internal static string @Type_Sharphelp_for_more_information => GetResourceString("Type_Sharphelp_for_more_information");
        /// <summary>Specified file not found: {0}</summary>
        internal static string @Specified_file_not_found_colon_0 => GetResourceString("Specified_file_not_found_colon_0");
        /// <summary>Specified file not found.</summary>
        internal static string @Specified_file_not_found => GetResourceString("Specified_file_not_found");
        /// <summary>Searched in directory:</summary>
        internal static string @Searched_in_directory_colon => GetResourceString("Searched_in_directory_colon");
        /// <summary>Searched in directories:</summary>
        internal static string @Searched_in_directories_colon => GetResourceString("Searched_in_directories_colon");
        /// <summary>+ additional {0} {1}</summary>
        internal static string @plus_additional_0_1 => GetResourceString("plus_additional_0_1");
        /// <summary>Unable to create hosting process.</summary>
        internal static string @Unable_to_create_hosting_process => GetResourceString("Unable_to_create_hosting_process");
        /// <summary>Hosting process exited with exit code {0}.</summary>
        internal static string @Hosting_process_exited_with_exit_code_0 => GetResourceString("Hosting_process_exited_with_exit_code_0");
        /// <summary>Failed to launch '{0}' process (exit code: {1}) with output:</summary>
        internal static string @Failed_to_launch_0_process_exit_code_colon_1_with_output_colon => GetResourceString("Failed_to_launch_0_process_exit_code_colon_1_with_output_colon");
        /// <summary>Failed to create a remote process for interactive code execution: '{0}'</summary>
        internal static string @Failed_to_create_a_remote_process_for_interactive_code_execution => GetResourceString("Failed_to_create_a_remote_process_for_interactive_code_execution");
        /// <summary>Failed to initialize remote interactive process.</summary>
        internal static string @Failed_to_initialize_remote_interactive_process => GetResourceString("Failed_to_initialize_remote_interactive_process");
        /// <summary>Interactive Host not initialized.</summary>
        internal static string @Interactive_Host_not_initialized => GetResourceString("Interactive_Host_not_initialized");
 
    }
}