|
// <auto-generated>
using System.Reflection;
namespace Microsoft.CodeAnalysis
{
internal static partial class EditorFeaturesWpfResources
{
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(EditorFeaturesWpfResources)));
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>Error performing rename: '{0}'</summary>
internal static string @Error_performing_rename_0 => GetResourceString("Error_performing_rename_0");
/// <summary>Building Project</summary>
internal static string @Building_Project => GetResourceString("Building_Project");
/// <summary>Copying selection to Interactive Window.</summary>
internal static string @Copying_selection_to_Interactive_Window => GetResourceString("Copying_selection_to_Interactive_Window");
/// <summary>Executing selection in Interactive Window.</summary>
internal static string @Executing_selection_in_Interactive_Window => GetResourceString("Executing_selection_in_Interactive_Window");
/// <summary>Reset the execution environment to the initial state and keep history, with the option to switch the runtime of the host process.</summary>
internal static string @Reset_the_execution_environment_to_the_initial_state_and_keep_history_with_the_option_to_switch_the_runtime_of_the_host_process => GetResourceString("Reset_the_execution_environment_to_the_initial_state_and_keep_history_with_the_option_to_switch_the_runtime_of_the_host_process");
/// <summary>Reset to a clean environment (only mscorlib referenced), do not run initialization script.</summary>
internal static string @Reset_to_a_clean_environment_only_mscorlib_referenced_do_not_run_initialization_script => GetResourceString("Reset_to_a_clean_environment_only_mscorlib_referenced_do_not_run_initialization_script");
/// <summary>Resetting execution engine.</summary>
internal static string @Resetting_execution_engine => GetResourceString("Resetting_execution_engine");
/// <summary>Resetting Interactive</summary>
internal static string @Resetting_Interactive => GetResourceString("Resetting_Interactive");
/// <summary>The CurrentWindow property may only be assigned once.</summary>
internal static string @The_CurrentWindow_property_may_only_be_assigned_once => GetResourceString("The_CurrentWindow_property_may_only_be_assigned_once");
/// <summary>Interactive host process platform</summary>
internal static string @Interactive_host_process_platform => GetResourceString("Interactive_host_process_platform");
/// <summary>Enter to rename, Shift+Enter to preview</summary>
internal static string @Enter_to_rename_shift_enter_to_preview => GetResourceString("Enter_to_rename_shift_enter_to_preview");
/// <summary>Enter to rename, Shift+Enter to preview, Ctrl+Space for rename suggestions</summary>
internal static string @Enter_to_rename_shift_enter_to_preview_ctrl_space_for_ai_suggestion => GetResourceString("Enter_to_rename_shift_enter_to_preview_ctrl_space_for_ai_suggestion");
/// <summary>Get AI-powered rename suggestions (Ctrl+Space)</summary>
internal static string @Get_AI_suggestions => GetResourceString("Get_AI_suggestions");
/// <summary>Toggle rename suggestions (Ctrl+Space)</summary>
internal static string @Toggle_AI_suggestions => GetResourceString("Toggle_AI_suggestions");
/// <summary>Generating suggestions...</summary>
internal static string @Generating_suggestions => GetResourceString("Generating_suggestions");
}
}
|