File: artifacts\obj\Microsoft.CodeAnalysis.Razor.Workspaces\Release\net10.0\Microsoft.CodeAnalysis.Razor.Workspaces.Resources.SR.cs
Project: src\src\Razor\src\Razor\src\Microsoft.CodeAnalysis.Razor.Workspaces\Microsoft.CodeAnalysis.Razor.Workspaces.csproj (Microsoft.CodeAnalysis.Razor.Workspaces)
// <auto-generated>
using System.Reflection;
 
 
namespace Microsoft.CodeAnalysis.Razor.Workspaces.Resources
{
    internal static partial class SR
    {
        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(SR)));
        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);
 
        private static string GetResourceString(string resourceKey, string[] formatterNames)
        {
           var value = GetResourceString(resourceKey);
           if (formatterNames != null)
           {
               for (var i = 0; i < formatterNames.Length; i++)
               {
                   value = value.Replace("{" + formatterNames[i] + "}", "{" + i + "}");
               }
           }
           return value;
        }
 
        /// <summary>Value cannot be null or an empty string.</summary>
        internal static string @ArgumentCannotBeNullOrEmpty => GetResourceString("ArgumentCannotBeNullOrEmpty");
        /// <summary>directive</summary>
        internal static string @Directive => GetResourceString("Directive");
        /// <summary>Insert a directive code snippet
        /// [Tab] to navigate between elements, [Enter] to complete</summary>
        internal static string @DirectiveSnippetDescription => GetResourceString("DirectiveSnippetDescription");
        /// <summary>Invalid offset.</summary>
        internal static string @Invalid_Offset => GetResourceString("Invalid_Offset");
        /// <summary>Character '{0}' outside of the {1} range of '{2}' was queried. The document may not be up to date.</summary>
        internal static string @PositionCharacter_Outside_Range => GetResourceString("PositionCharacter_Outside_Range");
        /// <summary>Character '{0}' outside of the {1} range of '{2}' was queried. The document may not be up to date.</summary>
        internal static string FormatPositionCharacter_Outside_Range(object p0, object p1, object p2)
           => string.Format(Culture, GetResourceString("PositionCharacter_Outside_Range"), p0, p1, p2);
 
        /// <summary>Line '{0}' outside of the {1} range of '{2}' was queried. The document may not be up to date.</summary>
        internal static string @PositionLine_Outside_Range => GetResourceString("PositionLine_Outside_Range");
        /// <summary>Line '{0}' outside of the {1} range of '{2}' was queried. The document may not be up to date.</summary>
        internal static string FormatPositionLine_Outside_Range(object p0, object p1, object p2)
           => string.Format(Culture, GetResourceString("PositionLine_Outside_Range"), p0, p1, p2);
 
        /// <summary>Unknown mapping behavior</summary>
        internal static string @Unknown_mapping_behavior => GetResourceString("Unknown_mapping_behavior");
        /// <summary>Attempted to visit a RazorMetaCode other than '{' or '}'.</summary>
        internal static string @Unknown_RazorMetaCode => GetResourceString("Unknown_RazorMetaCode");
        /// <summary>A format operation is being abandoned because it would add or delete non-whitespace content.</summary>
        internal static string @Format_operation_changed_nonwhitespace => GetResourceString("Format_operation_changed_nonwhitespace");
        /// <summary>Edit at {0} adds the non-whitespace content '{1}'.</summary>
        internal static string @Edit_at_adds => GetResourceString("Edit_at_adds");
        /// <summary>Edit at {0} adds the non-whitespace content '{1}'.</summary>
        internal static string FormatEdit_at_adds(object p0, object p1)
           => string.Format(Culture, GetResourceString("Edit_at_adds"), p0, p1);
 
        /// <summary>Edit at {0} deletes the non-whitespace content '{1}'.</summary>
        internal static string @Edit_at_deletes => GetResourceString("Edit_at_deletes");
        /// <summary>Edit at {0} deletes the non-whitespace content '{1}'.</summary>
        internal static string FormatEdit_at_deletes(object p0, object p1)
           => string.Format(Culture, GetResourceString("Edit_at_deletes"), p0, p1);
 
        /// <summary>A format operation is being abandoned because it would introduce or remove one of more diagnostics.</summary>
        internal static string @Format_operation_changed_diagnostics => GetResourceString("Format_operation_changed_diagnostics");
        /// <summary>Diagnostics before:</summary>
        internal static string @Diagnostics_before => GetResourceString("Diagnostics_before");
        /// <summary>Diagnostics after:</summary>
        internal static string @Diagnostics_after => GetResourceString("Diagnostics_after");
        /// <summary>Razor language services not configured properly, missing language service '{0}'.</summary>
        internal static string @Language_Services_Missing_Service => GetResourceString("Language_Services_Missing_Service");
        /// <summary>Razor language services not configured properly, missing language service '{0}'.</summary>
        internal static string FormatLanguage_Services_Missing_Service(object p0)
           => string.Format(Culture, GetResourceString("Language_Services_Missing_Service"), p0);
 
        /// <summary>Not available in</summary>
        internal static string @Not_Available_In => GetResourceString("Not_Available_In");
        /// <summary>Razor TagHelper Attribute Glyph</summary>
        internal static string @TagHelper_Attribute_Glyph => GetResourceString("TagHelper_Attribute_Glyph");
        /// <summary>Razor TagHelper Element Glyph</summary>
        internal static string @TagHelper_Element_Glyph => GetResourceString("TagHelper_Element_Glyph");
        /// <summary>Create component from tag</summary>
        internal static string @Create_Component_FromTag_Title => GetResourceString("Create_Component_FromTag_Title");
        /// <summary>Extract block to code behind</summary>
        internal static string @ExtractTo_CodeBehind_Title => GetResourceString("ExtractTo_CodeBehind_Title");
        /// <summary>Extract element to new component</summary>
        internal static string @ExtractTo_Component_Title => GetResourceString("ExtractTo_Component_Title");
        /// <summary>Generate Async Event Handler '{0}'</summary>
        internal static string @Generate_Async_Event_Handler_Title => GetResourceString("Generate_Async_Event_Handler_Title");
        /// <summary>Generate Async Event Handler '{0}'</summary>
        internal static string FormatGenerate_Async_Event_Handler_Title(object p0)
           => string.Format(Culture, GetResourceString("Generate_Async_Event_Handler_Title"), p0);
 
        /// <summary>Generate Event Handler '{0}'</summary>
        internal static string @Generate_Event_Handler_Title => GetResourceString("Generate_Event_Handler_Title");
        /// <summary>Generate Event Handler '{0}'</summary>
        internal static string FormatGenerate_Event_Handler_Title(object p0)
           => string.Format(Culture, GetResourceString("Generate_Event_Handler_Title"), p0);
 
        /// <summary>"Re-trigger completions..."</summary>
        internal static string @ReTrigger_Completions_Title => GetResourceString("ReTrigger_Completions_Title");
        /// <summary>Blazor directive attributes</summary>
        internal static string @Blazor_directive_attributes => GetResourceString("Blazor_directive_attributes");
        /// <summary>Promote using directive to {0}</summary>
        internal static string @Promote_using_directive_to => GetResourceString("Promote_using_directive_to");
        /// <summary>Promote using directive to {0}</summary>
        internal static string FormatPromote_using_directive_to(object p0)
           => string.Format(Culture, GetResourceString("Promote_using_directive_to"), p0);
 
        /// <summary>Wrap attributes</summary>
        internal static string @Wrap_attributes => GetResourceString("Wrap_attributes");
        /// <summary>Unsupported argument kind: '{0}'.</summary>
        internal static string @Unsupported_argument_kind => GetResourceString("Unsupported_argument_kind");
        /// <summary>Unsupported argument kind: '{0}'.</summary>
        internal static string FormatUnsupported_argument_kind(object p0)
           => string.Format(Culture, GetResourceString("Unsupported_argument_kind"), p0);
 
        /// <summary>Unsupported argument type: '{0}'.</summary>
        internal static string @Unsupported_argument_type => GetResourceString("Unsupported_argument_type");
        /// <summary>Unsupported argument type: '{0}'.</summary>
        internal static string FormatUnsupported_argument_type(object p0)
           => string.Format(Culture, GetResourceString("Unsupported_argument_type"), p0);
 
        /// <summary>Unsupported Razor extension: '{0}'.</summary>
        internal static string @Unsupported_Razor_extension_0 => GetResourceString("Unsupported_Razor_extension_0");
        /// <summary>Unsupported Razor extension: '{0}'.</summary>
        internal static string FormatUnsupported_Razor_extension_0(object p0)
           => string.Format(Culture, GetResourceString("Unsupported_Razor_extension_0"), p0);
 
        /// <summary>Unsupported razor project info version encounted.</summary>
        internal static string @Unsupported_razor_project_info_version_encountered => GetResourceString("Unsupported_razor_project_info_version_encountered");
        /// <summary>Simplify tag to self-closing</summary>
        internal static string @Simplify_Tag_To_SelfClosing_Title => GetResourceString("Simplify_Tag_To_SelfClosing_Title");
        /// <summary>Simplify fully qualified component</summary>
        internal static string @Simplify_Fully_Qualified_Component_Title => GetResourceString("Simplify_Fully_Qualified_Component_Title");
        /// <summary>The Razor editor utilizes the Razor Source Generator, which requires *.razor and *.cshtml files to be AdditionalFiles in the project. {0} appears to come from '{1}', which has Razor documents but this file is not an AdditionalFile, so the editing experienc ...</summary>
        internal static string @IncompatibleProject_NotAnAdditionalFile => GetResourceString("IncompatibleProject_NotAnAdditionalFile");
        /// <summary>The Razor editor utilizes the Razor Source Generator, which requires *.razor and *.cshtml files to be AdditionalFiles in the project. {0} appears to come from '{1}', which has Razor documents but this file is not an AdditionalFile, so the editing experienc ...</summary>
        internal static string FormatIncompatibleProject_NotAnAdditionalFile(object p0, object p1)
           => string.Format(Culture, GetResourceString("IncompatibleProject_NotAnAdditionalFile"), p0, p1);
 
        /// <summary>The Razor editor utilizes the Razor Source Generator, which requires *.razor and *.cshtml files to be AdditionalFiles in the project. {0} appears to come from '{1}', which has no Razor documents that are AdditionalFiles, so the editing experience will be l ...</summary>
        internal static string @IncompatibleProject_NoAdditionalFiles => GetResourceString("IncompatibleProject_NoAdditionalFiles");
        /// <summary>The Razor editor utilizes the Razor Source Generator, which requires *.razor and *.cshtml files to be AdditionalFiles in the project. {0} appears to come from '{1}', which has no Razor documents that are AdditionalFiles, so the editing experience will be l ...</summary>
        internal static string FormatIncompatibleProject_NoAdditionalFiles(object p0, object p1)
           => string.Format(Culture, GetResourceString("IncompatibleProject_NoAdditionalFiles"), p0, p1);
 
        /// <summary>Sort and consolidate usings</summary>
        internal static string @Sort_And_Consolidate_Usings_Title => GetResourceString("Sort_And_Consolidate_Usings_Title");
        /// <summary>Extract to {0}.css</summary>
        internal static string @ExtractTo_Css_Title => GetResourceString("ExtractTo_Css_Title");
        /// <summary>Extract to {0}.css</summary>
        internal static string FormatExtractTo_Css_Title(object p0)
           => string.Format(Culture, GetResourceString("ExtractTo_Css_Title"), p0);
 
        /// <summary>{0} (and req'd attributes...)</summary>
        internal static string @ComponentCompletionWithRequiredAttributesLabel => GetResourceString("ComponentCompletionWithRequiredAttributesLabel");
        /// <summary>{0} (and req'd attributes...)</summary>
        internal static string FormatComponentCompletionWithRequiredAttributesLabel(object p0)
           => string.Format(Culture, GetResourceString("ComponentCompletionWithRequiredAttributesLabel"), p0);
 
        /// <summary>{0} Keyword</summary>
        internal static string @KeywordDescription => GetResourceString("KeywordDescription");
        /// <summary>{0} Keyword</summary>
        internal static string FormatKeywordDescription(object p0)
           => string.Format(Culture, GetResourceString("KeywordDescription"), p0);
 
        /// <summary>Remove unnecessary directives</summary>
        internal static string @Remove_unnecessary_directives => GetResourceString("Remove_unnecessary_directives");
        /// <summary>Formatting error. Abandoning further work to not corrupt the file, please report this issue. See: https://aka.ms/razor-formatting-issue</summary>
        internal static string @Formatting_Error => GetResourceString("Formatting_Error");
 
    }
}