//------------------------------------------------------------------------------ // // 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. // //------------------------------------------------------------------------------ namespace Roslyn.Test.Utilities { using System; using System.Reflection; /// /// A strongly-typed resource class, for looking up localized strings, etc. /// // 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", "15.0.0.0")] [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()] public class TestResource { private static global::System.Resources.ResourceManager resourceMan; private static global::System.Globalization.CultureInfo resourceCulture; [global::System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode")] internal TestResource() { } /// /// Returns the cached ResourceManager instance used by this class. /// [global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)] public static global::System.Resources.ResourceManager ResourceManager { get { if (object.ReferenceEquals(resourceMan, null)) { global::System.Resources.ResourceManager temp = new global::System.Resources.ResourceManager("TestResource", typeof(TestResource).GetTypeInfo().Assembly); resourceMan = temp; } return resourceMan; } } /// /// Overrides the current thread's CurrentUICulture property for all /// resource lookups using this strongly typed resource class. /// [global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)] public static global::System.Globalization.CultureInfo Culture { get { return resourceCulture; } set { resourceCulture = value; } } /// /// Looks up a localized string similar to #error Error message ///#warning Warning message ///#pragma warning disable 414, 3021 ///#pragma warning restore 3021 ///#pragma checksum "file.txt" "{00000000-0000-0000-0000-000000000000}" "2453" ///#define goo ///#if goo ///#else ///#endif ///#undef goo /// ///extern alias Goo; /// ///using System; ///using System.Collections.Generic; ///using System.Linq; ///using System.Linq.Expressions; ///using System.Text; ///using M = System.Math; /// ///#if DEBUG || TRACE ///using System.Diagnostics; ///#elif SILVERLIGHT && WINDOWS_PHONE || DEBUG || goo == t [rest of string was truncated]";. /// public static string AllInOneCSharpCode { get { return ResourceManager.GetString("AllInOneCSharpCode", resourceCulture); } } /// /// Looks up a localized string similar to Option Infer On ///Option Explicit Off /// ///Imports System ///Imports System.Collections.Generic ///Imports System.Linq ///Imports System.Linq.Expressions ///Imports System.Text ///Imports M = System.Math ///Imports System.Collections ///Imports <xmlns:ns="goo"> ///Imports <xmlns="goo"> ///#Const line = 6 ///#Const goo = True ///#If goo Then ///#Else ///#End If ///' There is no equivalent to #undef in VB.NET: ///'#undef goo ///'#warning goo ///'#error goo ///' There is no equivalent to 'extern alias' in VB: ///'extern alias Goo; ///#If DEBUG OrElse T [rest of string was truncated]";. /// public static string AllInOneVisualBasicBaseline { get { return ResourceManager.GetString("AllInOneVisualBasicBaseline", resourceCulture); } } /// /// Looks up a localized string similar to Option Infer On ///Option Explicit Off /// ///Imports System ///Imports System.Collections.Generic ///Imports System.Linq ///Imports System.Linq.Expressions ///Imports System.Text ///Imports M = System.Math ///Imports System.Collections ///Imports <xmlns:ns="goo"> ///Imports <xmlns="goo"> /// ///#Const line = 6 ///#Const goo = True ///#If goo Then ///#Else ///#End If ///' There is no equivalent to #undef in VB.NET: ///'#undef goo ///'#warning goo ///'#error goo ///' There is no equivalent to 'extern alias' in VB: ///'extern alias Goo; /// ///#If DEBUG OrEl [rest of string was truncated]";. /// public static string AllInOneVisualBasicCode { get { return ResourceManager.GetString("AllInOneVisualBasicCode", resourceCulture); } } /// /// Looks up a localized string similar to Imports System ///Imports System.Collections.Generic ///Imports System.Linq /// ///''' <summary> ///''' Sample Documentation ///''' </summary> ///Module Program /// Sub Main(args As String()) /// ' User Comments /// Console.WriteLine(5) /// End Sub ///End Module. /// public static string HelloWorldVisualBasicCode { get { return ResourceManager.GetString("HelloWorldVisualBasicCode", resourceCulture); } } } }