/
githubmirror
/
roslyn
Обзор
Документация
Войти
/
githubmirror
/
roslyn
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
src/VisualStudio/ExternalAccess/Core/FSharp/ExternalAccessFSharpResources.Designer.cs
217 строк
7 KB
Joey Robichaud
Consolidate ExternalAccess libraries (#81593)
07 июл 2026, 23:16
Не верифицирован
07 июл 2026, 23:16
97ee762
Код
Авторство
О чём код?
//------------------------------------------------------------------------------ // <auto-generated> // This code was generated by a tool. // Runtime Version:4.0.30319.42000 // // Changes to this file may cause incorrect behavior and will be lost if // the code is regenerated. // </auto-generated> //------------------------------------------------------------------------------ #nullable disable namespace Microsoft.CodeAnalysis.ExternalAccess.FSharp; using System; /// <summary> /// A strongly-typed resource class, for looking up localized strings, etc. /// </summary> // This class was auto-generated by the StronglyTypedResourceBuilder // class via a tool like ResGen or Visual Studio. // To add or remove a member, edit your .ResX file then rerun ResGen // with the /str option, or rebuild your VS project. [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resources.Tools.StronglyTypedResourceBuilder", "16.0.0.0")] [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()] internal class ExternalAccessFSharpResources { private static global::System.Resources.ResourceManager resourceMan; private static global::System.Globalization.CultureInfo resourceCulture; [global::System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode")] internal ExternalAccessFSharpResources() { } /// <summary> /// Returns the cached ResourceManager instance used by this class. /// </summary> [global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)] internal static global::System.Resources.ResourceManager ResourceManager { get { if (object.ReferenceEquals(resourceMan, null)) { global::System.Resources.ResourceManager temp = new global::System.Resources.ResourceManager("Microsoft.CodeAnalysis.ExternalAccess.FSharp.ExternalAccessFSharpResources", typeof(ExternalAccessFSharpResources).Assembly); resourceMan = temp; } return resourceMan; } } /// <summary> /// Overrides the current thread's CurrentUICulture property for all /// resource lookups using this strongly typed resource class. /// </summary> [global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)] internal static global::System.Globalization.CultureInfo Culture { get { return resourceCulture; } set { resourceCulture = value; } } /// <summary> /// Looks up a localized string similar to Cannot determine the symbol under the caret. /// </summary> internal static string CannotDetermineSymbol { get { return ResourceManager.GetString("CannotDetermineSymbol", resourceCulture); } } /// <summary> /// Looks up a localized string similar to Cannot navigate to the requested location. /// </summary> internal static string CannotNavigateUnknown { get { return ResourceManager.GetString("CannotNavigateUnknown", resourceCulture); } } /// <summary> /// Looks up a localized string similar to F# Disposable Types. /// </summary> internal static string FSharpDisposablesClassificationType { get { return ResourceManager.GetString("FSharpDisposablesClassificationType", resourceCulture); } } /// <summary> /// Looks up a localized string similar to F# Functions / Methods. /// </summary> internal static string FSharpFunctionsOrMethodsClassificationType { get { return ResourceManager.GetString("FSharpFunctionsOrMethodsClassificationType", resourceCulture); } } /// <summary> /// Looks up a localized string similar to F# Mutable Variables / Reference Cells. /// </summary> internal static string FSharpMutableVarsClassificationType { get { return ResourceManager.GetString("FSharpMutableVarsClassificationType", resourceCulture); } } /// <summary> /// Looks up a localized string similar to F# Printf Format. /// </summary> internal static string FSharpPrintfFormatClassificationType { get { return ResourceManager.GetString("FSharpPrintfFormatClassificationType", resourceCulture); } } /// <summary> /// Looks up a localized string similar to F# Properties. /// </summary> internal static string FSharpPropertiesClassificationType { get { return ResourceManager.GetString("FSharpPropertiesClassificationType", resourceCulture); } } /// <summary> /// Looks up a localized string similar to Implement interface. /// </summary> internal static string ImplementInterface { get { return ResourceManager.GetString("ImplementInterface", resourceCulture); } } /// <summary> /// Looks up a localized string similar to Implement interface without type annotation. /// </summary> internal static string ImplementInterfaceWithoutTypeAnnotation { get { return ResourceManager.GetString("ImplementInterfaceWithoutTypeAnnotation", resourceCulture); } } /// <summary> /// Looks up a localized string similar to Locating the symbol under the caret.... /// </summary> internal static string LocatingSymbol { get { return ResourceManager.GetString("LocatingSymbol", resourceCulture); } } /// <summary> /// Looks up a localized string similar to Name can be simplified.. /// </summary> internal static string NameCanBeSimplified { get { return ResourceManager.GetString("NameCanBeSimplified", resourceCulture); } } /// <summary> /// Looks up a localized string similar to Navigate to symbol failed: {0}. /// </summary> internal static string NavigateToFailed { get { return ResourceManager.GetString("NavigateToFailed", resourceCulture); } } /// <summary> /// Looks up a localized string similar to Navigating to symbol.... /// </summary> internal static string NavigatingTo { get { return ResourceManager.GetString("NavigatingTo", resourceCulture); } } /// <summary> /// Looks up a localized string similar to Remove unused open declarations. /// </summary> internal static string RemoveUnusedOpens { get { return ResourceManager.GetString("RemoveUnusedOpens", resourceCulture); } } /// <summary> /// Looks up a localized string similar to Simplify name. /// </summary> internal static string SimplifyName { get { return ResourceManager.GetString("SimplifyName", resourceCulture); } } /// <summary> /// Looks up a localized string similar to The value is unused. /// </summary> internal static string TheValueIsUnused { get { return ResourceManager.GetString("TheValueIsUnused", resourceCulture); } } /// <summary> /// Looks up a localized string similar to Open declaration can be removed.. /// </summary> internal static string UnusedOpens { get { return ResourceManager.GetString("UnusedOpens", resourceCulture); } } }