|
// <auto-generated>
using System.Reflection;
namespace Microsoft.CodeAnalysis.CSharp
{
internal static partial class CSharpWorkspaceResources
{
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(CSharpWorkspaceResources)));
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>Node does not descend from root.</summary>
internal static string @Node_does_not_descend_from_root => GetResourceString("Node_does_not_descend_from_root");
/// <summary>Node not in parent's child list</summary>
internal static string @Node_not_in_parent_s_child_list => GetResourceString("Node_not_in_parent_s_child_list");
/// <summary>Trivia is not associated with token</summary>
internal static string @Trivia_is_not_associated_with_token => GetResourceString("Trivia_is_not_associated_with_token");
/// <summary>Cannot retrieve the Span of a null syntax reference.</summary>
internal static string @Cannot_retrieve_the_Span_of_a_null_syntax_reference => GetResourceString("Cannot_retrieve_the_Span_of_a_null_syntax_reference");
/// <summary>Only attributes, constructor initializers, expressions or statements can be made explicit</summary>
internal static string @Only_attributes_constructor_initializers_expressions_or_statements_can_be_made_explicit => GetResourceString("Only_attributes_constructor_initializers_expressions_or_statements_can_be_made_explicit");
/// <summary>Implement Interface</summary>
internal static string @Implement_Interface => GetResourceString("Implement_Interface");
/// <summary>Indentation preferences</summary>
internal static string @Indentation_preferences => GetResourceString("Indentation_preferences");
/// <summary>Space preferences</summary>
internal static string @Space_preferences => GetResourceString("Space_preferences");
/// <summary>Wrapping preferences</summary>
internal static string @Wrapping_preferences => GetResourceString("Wrapping_preferences");
/// <summary>R&emove and Sort Usings</summary>
internal static string @Remove_and_Sort_Usings => GetResourceString("Remove_and_Sort_Usings");
/// <summary>&Sort Usings</summary>
internal static string @Sort_Usings => GetResourceString("Sort_Usings");
}
}
|