//------------------------------------------------------------------------------ // // 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 Microsoft.CodeAnalysis { 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", "4.0.0.0")] [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()] internal class FeaturesResources { private static global::System.Resources.ResourceManager resourceMan; private static global::System.Globalization.CultureInfo resourceCulture; [global::System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode")] internal FeaturesResources() { } /// /// Returns the cached ResourceManager instance used by this class. /// [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.FeaturesResources", typeof(FeaturesResources).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)] internal static global::System.Globalization.CultureInfo Culture { get { return resourceCulture; } set { resourceCulture = value; } } /// /// Looks up a localized string similar to Accessing captured variable '{0}' that hasn't been accessed before in {1} will prevent the debug session from continuing.. /// internal static string AccessingCapturedVariableInLambda { get { return ResourceManager.GetString("AccessingCapturedVariableInLambda", resourceCulture); } } /// /// Looks up a localized string similar to Actions can not be empty.. /// internal static string ActionsCanNotBeEmpty { get { return ResourceManager.GetString("ActionsCanNotBeEmpty", resourceCulture); } } /// /// Looks up a localized string similar to Add both. /// internal static string Add_both { get { return ResourceManager.GetString("Add_both", resourceCulture); } } /// /// Looks up a localized string similar to Add default case. /// internal static string Add_default_case { get { return ResourceManager.GetString("Add_default_case", resourceCulture); } } /// /// Looks up a localized string similar to Add missing cases. /// internal static string Add_missing_cases { get { return ResourceManager.GetString("Add_missing_cases", resourceCulture); } } /// /// Looks up a localized string similar to Add braces. /// internal static string AddBraces { get { return ResourceManager.GetString("AddBraces", resourceCulture); } } /// /// Looks up a localized string similar to Adding '{0}' around an active statement will prevent the debug session from continuing.. /// internal static string AddingAAroundAnActiveStatement { get { return ResourceManager.GetString("AddingAAroundAnActiveStatement", resourceCulture); } } /// /// Looks up a localized string similar to Adding an abstract '{0}' or overriding an inherited '{0}' will prevent the debug session from continuing.. /// internal static string AddingAbstractOrOverride { get { return ResourceManager.GetString("AddingAbstractOrOverride", resourceCulture); } } /// /// Looks up a localized string similar to Adding a generic '{0}' will prevent the debug session from continuing.. /// internal static string AddingAGeneric { get { return ResourceManager.GetString("AddingAGeneric", resourceCulture); } } /// /// Looks up a localized string similar to Adding a method body will prevent the debug session from continuing.. /// internal static string AddingAMethodBodyWillPrevent { get { return ResourceManager.GetString("AddingAMethodBodyWillPrevent", resourceCulture); } } /// /// Looks up a localized string similar to Adding a new file will prevent the debug session from continuing.. /// internal static string AddingANewFile { get { return ResourceManager.GetString("AddingANewFile", resourceCulture); } } /// /// Looks up a localized string similar to Adding an imported method will prevent the debug session from continuing.. /// internal static string AddingAnImportedMethod { get { return ResourceManager.GetString("AddingAnImportedMethod", resourceCulture); } } /// /// Looks up a localized string similar to Adding '{0}' will prevent the debug session from continuing.. /// internal static string AddingAWillPreventTheDebugSession { get { return ResourceManager.GetString("AddingAWillPreventTheDebugSession", resourceCulture); } } /// /// Looks up a localized string similar to Adding '{0}' with the Handles clause will prevent the debug session from continuing.. /// internal static string AddingAWithTheHandlesClause { get { return ResourceManager.GetString("AddingAWithTheHandlesClause", resourceCulture); } } /// /// Looks up a localized string similar to Adding an extern '{0}' will prevent the debug session from continuing.. /// internal static string AddingExternMember { get { return ResourceManager.GetString("AddingExternMember", resourceCulture); } } /// /// Looks up a localized string similar to Adding '{0}' into a '{1}' will prevent the debug session from continuing.. /// internal static string AddingInto { get { return ResourceManager.GetString("AddingInto", resourceCulture); } } /// /// Looks up a localized string similar to Adding '{0}' into a class with explicit or sequential layout will prevent the debug session from continuing.. /// internal static string AddingIntoClassWithExplicitOrSequential { get { return ResourceManager.GetString("AddingIntoClassWithExplicitOrSequential", resourceCulture); } } /// /// Looks up a localized string similar to Adding a MustOverride '{0}' or overriding an inherited '{0}' will prevent the debug session from continuing.. /// internal static string AddingMustOverrideOrOverrides { get { return ResourceManager.GetString("AddingMustOverrideOrOverrides", resourceCulture); } } /// /// Looks up a localized string similar to Adding a user defined '{0}' will prevent the debug session from continuing.. /// internal static string AddingUserDefinedOperator { get { return ResourceManager.GetString("AddingUserDefinedOperator", resourceCulture); } } /// /// Looks up a localized string similar to Add optional parameters to '{0}({1})'. /// internal static string AddOptionalParametersTo { get { return ResourceManager.GetString("AddOptionalParametersTo", resourceCulture); } } /// /// Looks up a localized string similar to Add parameters to '{0}({1})'. /// internal static string AddParametersTo { get { return ResourceManager.GetString("AddParametersTo", resourceCulture); } } /// /// Looks up a localized string similar to Add project reference to '{0}'.. /// internal static string AddProjectReferenceTo { get { return ResourceManager.GetString("AddProjectReferenceTo", resourceCulture); } } /// /// Looks up a localized string similar to Add qualification.. /// internal static string AddQualification { get { return ResourceManager.GetString("AddQualification", resourceCulture); } } /// /// Looks up a localized string similar to Add reference to '{0}'.. /// internal static string AddReferenceTo { get { return ResourceManager.GetString("AddReferenceTo", resourceCulture); } } /// /// Looks up a localized string similar to Add 'this' or 'Me' qualification.. /// internal static string AddThisOrMeQualification { get { return ResourceManager.GetString("AddThisOrMeQualification", resourceCulture); } } /// /// Looks up a localized string similar to An active statement has been removed from its original method. You must revert your changes to continue or restart the debugging session.. /// internal static string AnActiveStatementHasBeenRemoved { get { return ResourceManager.GetString("AnActiveStatementHasBeenRemoved", resourceCulture); } } /// /// Looks up a localized string similar to Anonymous Types:. /// internal static string AnonymousTypes { get { return ResourceManager.GetString("AnonymousTypes", resourceCulture); } } /// /// Looks up a localized string similar to Argument cannot be empty.. /// internal static string ArgumentCannotBeEmpty { get { return ResourceManager.GetString("ArgumentCannotBeEmpty", resourceCulture); } } /// /// Looks up a localized string similar to Argument cannot have a null element.. /// internal static string ArgumentElementCannotBeNull { get { return ResourceManager.GetString("ArgumentElementCannotBeNull", resourceCulture); } } /// /// Looks up a localized string similar to Assembly. /// internal static string Assembly { get { return ResourceManager.GetString("Assembly", resourceCulture); } } /// /// Looks up a localized string similar to Assigning to readonly fields must be done in a constructor : [{0}].. /// internal static string AssigningToReadonlyFields { get { return ResourceManager.GetString("AssigningToReadonlyFields", resourceCulture); } } /// /// Looks up a localized string similar to Asynchronous method cannot have ref/out parameters : [{0}]. /// internal static string AsyncMethodWithRefOutParameters { get { return ResourceManager.GetString("AsyncMethodWithRefOutParameters", resourceCulture); } } /// /// Looks up a localized string similar to Attempt to connect to process #{0} failed, retrying .... /// internal static string AttemptToConnectToProcess { get { return ResourceManager.GetString("AttemptToConnectToProcess", resourceCulture); } } /// /// Looks up a localized string similar to attribute. /// internal static string Attribute { get { return ResourceManager.GetString("Attribute", resourceCulture); } } /// /// Looks up a localized string similar to auto-property. /// internal static string AutoProperty { get { return ResourceManager.GetString("AutoProperty", resourceCulture); } } /// /// Looks up a localized string similar to Available. /// internal static string Available { get { return ResourceManager.GetString("Available", resourceCulture); } } /// /// Looks up a localized string similar to Compiler. /// internal static string BuildToolBuild { get { return ResourceManager.GetString("BuildToolBuild", resourceCulture); } } /// /// Looks up a localized string similar to Edit And Continue. /// internal static string BuildToolEnC { get { return ResourceManager.GetString("BuildToolEnC", resourceCulture); } } /// /// Looks up a localized string similar to Live. /// internal static string BuildToolLive { get { return ResourceManager.GetString("BuildToolLive", resourceCulture); } } /// /// Looks up a localized string similar to Cannot resolve reference '{0}'.. /// internal static string CannotResolveReference { get { return ResourceManager.GetString("CannotResolveReference", resourceCulture); } } /// /// Looks up a localized string similar to can't not construct final tree. /// internal static string CantNotConstructFinalTree { get { return ResourceManager.GetString("CantNotConstructFinalTree", resourceCulture); } } /// /// Looks up a localized string similar to Capturing variable '{0}' that hasn't been captured before will prevent the debug session from continuing.. /// internal static string CapturingVariable { get { return ResourceManager.GetString("CapturingVariable", resourceCulture); } } /// /// Looks up a localized string similar to Compiler. /// internal static string CategoryCompiler { get { return ResourceManager.GetString("CategoryCompiler", resourceCulture); } } /// /// Looks up a localized string similar to Edit and Continue. /// internal static string CategoryEditAndContinue { get { return ResourceManager.GetString("CategoryEditAndContinue", resourceCulture); } } /// /// Looks up a localized string similar to Style. /// internal static string CategoryStyle { get { return ResourceManager.GetString("CategoryStyle", resourceCulture); } } /// /// Looks up a localized string similar to Change signature.... /// internal static string ChangeSignature { get { return ResourceManager.GetString("ChangeSignature", resourceCulture); } } /// /// Looks up a localized string similar to Change '{0}' to '{1}'.. /// internal static string ChangeTo { get { return ResourceManager.GetString("ChangeTo", resourceCulture); } } /// /// Looks up a localized string similar to Changing the declaration scope of a captured variable '{0}' will prevent the debug session from continuing.. /// internal static string ChangingCapturedVariableScope { get { return ResourceManager.GetString("ChangingCapturedVariableScope", resourceCulture); } } /// /// Looks up a localized string similar to Changing the type of a captured variable '{0}' previously of type '{1}' will prevent the debug session from continuing.. /// internal static string ChangingCapturedVariableType { get { return ResourceManager.GetString("ChangingCapturedVariableType", resourceCulture); } } /// /// Looks up a localized string similar to Changing the parameters of '{0}' will prevent the debug session from continuing.. /// internal static string ChangingLambdaParameters { get { return ResourceManager.GetString("ChangingLambdaParameters", resourceCulture); } } /// /// Looks up a localized string similar to Changing the return type of '{0}' will prevent the debug session from continuing.. /// internal static string ChangingLambdaReturnType { get { return ResourceManager.GetString("ChangingLambdaReturnType", resourceCulture); } } /// /// Looks up a localized string similar to Changing the type of '{0}' will prevent the debug session from continuing.. /// internal static string ChangingQueryLambdaType { get { return ResourceManager.GetString("ChangingQueryLambdaType", resourceCulture); } } /// /// Looks up a localized string similar to Changing the constraint from '{0}' to '{1}' will prevent the debug session from continuing.. /// internal static string ChangingTheConstraintFromTo { get { return ResourceManager.GetString("ChangingTheConstraintFromTo", resourceCulture); } } /// /// Looks up a localized string similar to Changing visibility of a constructor will prevent the debug session from continuing.. /// internal static string ChangingVisibilityOfConstructor { get { return ResourceManager.GetString("ChangingVisibilityOfConstructor", resourceCulture); } } /// /// Looks up a localized string similar to class. /// internal static string Class { get { return ResourceManager.GetString("Class", resourceCulture); } } /// /// Looks up a localized string similar to Classes. /// internal static string Classes { get { return ResourceManager.GetString("Classes", resourceCulture); } } /// /// Looks up a localized string similar to Computing fix all occurrences code fix.... /// internal static string ComputingFixAllOccurrences { get { return ResourceManager.GetString("ComputingFixAllOccurrences", resourceCulture); } } /// /// Looks up a localized string similar to constant. /// internal static string Constant { get { return ResourceManager.GetString("Constant", resourceCulture); } } /// /// Looks up a localized string similar to Constants. /// internal static string Constants { get { return ResourceManager.GetString("Constants", resourceCulture); } } /// /// Looks up a localized string similar to const field. /// internal static string ConstField { get { return ResourceManager.GetString("ConstField", resourceCulture); } } /// /// Looks up a localized string similar to constructor. /// internal static string Constructor { get { return ResourceManager.GetString("Constructor", resourceCulture); } } /// /// Looks up a localized string similar to Parameters' type or return type cannot be an anonymous type : [{0}]. /// internal static string ContainsAnonymousType { get { return ResourceManager.GetString("ContainsAnonymousType", resourceCulture); } } /// /// Looks up a localized string similar to Convert to interpolated string. /// internal static string ConvertToInterpolatedString { get { return ResourceManager.GetString("ConvertToInterpolatedString", resourceCulture); } } /// /// Looks up a localized string similar to Could not extract interface: The selection is not inside a class/interface/struct.. /// internal static string CouldNotExtractInterfaceSelection { get { return ResourceManager.GetString("CouldNotExtractInterfaceSelection", resourceCulture); } } /// /// Looks up a localized string similar to Could not extract interface: The type does not contain any member that can be extracted to an interface.. /// internal static string CouldNotExtractInterfaceTypeMember { get { return ResourceManager.GetString("CouldNotExtractInterfaceTypeMember", resourceCulture); } } /// /// Looks up a localized string similar to delegate. /// internal static string Delegate { get { return ResourceManager.GetString("Delegate", resourceCulture); } } /// /// Looks up a localized string similar to Delegates. /// internal static string Delegates { get { return ResourceManager.GetString("Delegates", resourceCulture); } } /// /// Looks up a localized string similar to Removing '{0}' that accessed captured variables '{1}' and '{2}' declared in different scopes will prevent the debug session from continuing.. /// internal static string DeleteLambdaWithMultiScopeCapture { get { return ResourceManager.GetString("DeleteLambdaWithMultiScopeCapture", resourceCulture); } } /// /// Looks up a localized string similar to Deleting '{0}' around an active statement will prevent the debug session from continuing.. /// internal static string DeletingAAroundAnActiveStatement { get { return ResourceManager.GetString("DeletingAAroundAnActiveStatement", resourceCulture); } } /// /// Looks up a localized string similar to Deleting a method body will prevent the debug session from continuing.. /// internal static string DeletingAMethodBodyWillPrevent { get { return ResourceManager.GetString("DeletingAMethodBodyWillPrevent", resourceCulture); } } /// /// Looks up a localized string similar to Deleting '{0}' will prevent the debug session from continuing.. /// internal static string DeletingAWillPrevent { get { return ResourceManager.GetString("DeletingAWillPrevent", resourceCulture); } } /// /// Looks up a localized string similar to Deleting captured variable '{0}' will prevent the debug session from continuing.. /// internal static string DeletingCapturedVariable { get { return ResourceManager.GetString("DeletingCapturedVariable", resourceCulture); } } /// /// Looks up a localized string similar to TODO: dispose managed state (managed objects).. /// internal static string DisposeManagedStateTodo { get { return ResourceManager.GetString("DisposeManagedStateTodo", resourceCulture); } } /// /// Looks up a localized string similar to Edit and Continue. /// internal static string EditAndContinue { get { return ResourceManager.GetString("EditAndContinue", resourceCulture); } } /// /// Looks up a localized string similar to Encapsulate field: '{0}' (but still use field). /// internal static string EncapsulateField { get { return ResourceManager.GetString("EncapsulateField", resourceCulture); } } /// /// Looks up a localized string similar to Encapsulate fields (but still use field). /// internal static string EncapsulateFields { get { return ResourceManager.GetString("EncapsulateFields", resourceCulture); } } /// /// Looks up a localized string similar to Encapsulate fields (and use property). /// internal static string EncapsulateFieldsUsages { get { return ResourceManager.GetString("EncapsulateFieldsUsages", resourceCulture); } } /// /// Looks up a localized string similar to Encapsulate field: '{0}' (and use property). /// internal static string EncapsulateFieldUsages { get { return ResourceManager.GetString("EncapsulateFieldUsages", resourceCulture); } } /// /// Looks up a localized string similar to enum. /// internal static string Enum { get { return ResourceManager.GetString("Enum", resourceCulture); } } /// /// Looks up a localized string similar to Enums. /// internal static string Enums { get { return ResourceManager.GetString("Enums", resourceCulture); } } /// /// Looks up a localized string similar to enum value. /// internal static string EnumValue { get { return ResourceManager.GetString("EnumValue", resourceCulture); } } /// /// Looks up a localized string similar to Roslyn.HostError. /// internal static string ErrorCategory { get { return ResourceManager.GetString("ErrorCategory", resourceCulture); } } /// /// Looks up a localized string similar to The selection contains an error or unknown type.. /// internal static string ErrorOrUnknownType { get { return ResourceManager.GetString("ErrorOrUnknownType", resourceCulture); } } /// /// Looks up a localized string similar to event. /// internal static string Event { get { return ResourceManager.GetString("Event", resourceCulture); } } /// /// Looks up a localized string similar to event accessor. /// internal static string EventAccessor { get { return ResourceManager.GetString("EventAccessor", resourceCulture); } } /// /// Looks up a localized string similar to Events. /// internal static string Events { get { return ResourceManager.GetString("Events", resourceCulture); } } /// /// Looks up a localized string similar to Exceptions:. /// internal static string Exceptions { get { return ResourceManager.GetString("Exceptions", resourceCulture); } } /// /// Looks up a localized string similar to Extension methods. /// internal static string Extension_methods { get { return ResourceManager.GetString("Extension_methods", resourceCulture); } } /// /// Looks up a localized string similar to Extract Interface.... /// internal static string ExtractInterface { get { return ResourceManager.GetString("ExtractInterface", resourceCulture); } } /// /// Looks up a localized string similar to Extract Method. /// internal static string ExtractMethod { get { return ResourceManager.GetString("ExtractMethod", resourceCulture); } } /// /// Looks up a localized string similar to Unknown error occurred. /// internal static string ExtractMethodFailedWithUnknownReasons { get { return ResourceManager.GetString("ExtractMethodFailedWithUnknownReasons", resourceCulture); } } /// /// Looks up a localized string similar to Extract Method + Local. /// internal static string ExtractMethodLocal { get { return ResourceManager.GetString("ExtractMethodLocal", resourceCulture); } } /// /// Looks up a localized string similar to Failed to create a remote process for interactive code execution.. /// internal static string FailedToCreateARemoteProcess { get { return ResourceManager.GetString("FailedToCreateARemoteProcess", resourceCulture); } } /// /// Looks up a localized string similar to Failed to initialize remote interactive process.. /// internal static string FailedToInitializeRemoteInteractiveProcess { get { return ResourceManager.GetString("FailedToInitializeRemoteInteractiveProcess", resourceCulture); } } /// /// Looks up a localized string similar to Failed to launch '{0}' process (exit code: {1}) with output: . /// internal static string FailedToLaunchProcess { get { return ResourceManager.GetString("FailedToLaunchProcess", resourceCulture); } } /// /// Looks up a localized string similar to field. /// internal static string Field { get { return ResourceManager.GetString("Field", resourceCulture); } } /// /// Looks up a localized string similar to Fields. /// internal static string Fields { get { return ResourceManager.GetString("Fields", resourceCulture); } } /// /// Looks up a localized string similar to Find and install latest version. /// internal static string Find_and_install_latest_version { get { return ResourceManager.GetString("Find_and_install_latest_version", resourceCulture); } } /// /// Looks up a localized string similar to Find and install latest version of '{0}'. /// internal static string Find_and_install_latest_version_of_0 { get { return ResourceManager.GetString("Find_and_install_latest_version_of_0", resourceCulture); } } /// /// Looks up a localized string similar to Fix all occurrences. /// internal static string FixAllOccurrences { get { return ResourceManager.GetString("FixAllOccurrences", resourceCulture); } } /// /// Looks up a localized string similar to Document. /// internal static string FixAllTitle_Document { get { return ResourceManager.GetString("FixAllTitle_Document", resourceCulture); } } /// /// Looks up a localized string similar to Project. /// internal static string FixAllTitle_Project { get { return ResourceManager.GetString("FixAllTitle_Project", resourceCulture); } } /// /// Looks up a localized string similar to Solution. /// internal static string FixAllTitle_Solution { get { return ResourceManager.GetString("FixAllTitle_Solution", resourceCulture); } } /// /// Looks up a localized string similar to Fix Name Violation: {0}. /// internal static string FixNamingViolation { get { return ResourceManager.GetString("FixNamingViolation", resourceCulture); } } /// /// Looks up a localized string similar to from {0}. /// internal static string from_0 { get { return ResourceManager.GetString("from_0", resourceCulture); } } /// /// Looks up a localized string similar to Generate {0} '{1}'. /// internal static string Generate_0_1 { get { return ResourceManager.GetString("Generate_0_1", resourceCulture); } } /// /// Looks up a localized string similar to Generate {0} '{1}' in new file. /// internal static string Generate_0_1_in_new_file { get { return ResourceManager.GetString("Generate_0_1_in_new_file", resourceCulture); } } /// /// Looks up a localized string similar to Generate nested {0} '{1}'. /// internal static string Generate_nested_0_1 { get { return ResourceManager.GetString("Generate_nested_0_1", resourceCulture); } } /// /// Looks up a localized string similar to Generate type. /// internal static string Generate_type { get { return ResourceManager.GetString("Generate_type", resourceCulture); } } /// /// Looks up a localized string similar to Generate variable. /// internal static string Generate_variable { get { return ResourceManager.GetString("Generate_variable", resourceCulture); } } /// /// Looks up a localized string similar to Generate abstract method '{0}' in '{1}'. /// internal static string GenerateAbstractMethod { get { return ResourceManager.GetString("GenerateAbstractMethod", resourceCulture); } } /// /// Looks up a localized string similar to Generate abstract property '{0}' in '{1}'. /// internal static string GenerateAbstractProperty { get { return ResourceManager.GetString("GenerateAbstractProperty", resourceCulture); } } /// /// Looks up a localized string similar to Generate all. /// internal static string GenerateAll { get { return ResourceManager.GetString("GenerateAll", resourceCulture); } } /// /// Looks up a localized string similar to Generate Both. /// internal static string GenerateBoth { get { return ResourceManager.GetString("GenerateBoth", resourceCulture); } } /// /// Looks up a localized string similar to Generate constant '{0}' in '{1}'. /// internal static string GenerateConstantIn { get { return ResourceManager.GetString("GenerateConstantIn", resourceCulture); } } /// /// Looks up a localized string similar to Generate constructor '{0}({1})'. /// internal static string GenerateConstructor { get { return ResourceManager.GetString("GenerateConstructor", resourceCulture); } } /// /// Looks up a localized string similar to generated code is overlapping with hidden portion of the code. /// internal static string GeneratedCodeIsOverlapping { get { return ResourceManager.GetString("GeneratedCodeIsOverlapping", resourceCulture); } } /// /// Looks up a localized string similar to Generate delegating constructor '{0}({1})'. /// internal static string GenerateDelegatingConstructor { get { return ResourceManager.GetString("GenerateDelegatingConstructor", resourceCulture); } } /// /// Looks up a localized string similar to Generate enum member '{0}' in '{1}'. /// internal static string GenerateEnumMemberIn { get { return ResourceManager.GetString("GenerateEnumMemberIn", resourceCulture); } } /// /// Looks up a localized string similar to Generate 'Equals(object)'. /// internal static string GenerateEqualsObject { get { return ResourceManager.GetString("GenerateEqualsObject", resourceCulture); } } /// /// Looks up a localized string similar to Generate field assigning constructor '{0}({1})'. /// internal static string GenerateFieldAssigningConstructor { get { return ResourceManager.GetString("GenerateFieldAssigningConstructor", resourceCulture); } } /// /// Looks up a localized string similar to Generate field '{0}' in '{1}'. /// internal static string GenerateFieldIn { get { return ResourceManager.GetString("GenerateFieldIn", resourceCulture); } } /// /// Looks up a localized string similar to Generate 'GetHashCode()'. /// internal static string GenerateGetHashCode { get { return ResourceManager.GetString("GenerateGetHashCode", resourceCulture); } } /// /// Looks up a localized string similar to Generate local '{0}'. /// internal static string GenerateLocal { get { return ResourceManager.GetString("GenerateLocal", resourceCulture); } } /// /// Looks up a localized string similar to Generate method '{1}.{0}'. /// internal static string GenerateMethodIn { get { return ResourceManager.GetString("GenerateMethodIn", resourceCulture); } } /// /// Looks up a localized string similar to Generate constructor in '{0}'. /// internal static string GenerateNewConstructorIn { get { return ResourceManager.GetString("GenerateNewConstructorIn", resourceCulture); } } /// /// Looks up a localized string similar to Generate new type.... /// internal static string GenerateNewType { get { return ResourceManager.GetString("GenerateNewType", resourceCulture); } } /// /// Looks up a localized string similar to Generate property '{1}.{0}'. /// internal static string GeneratePropertyIn { get { return ResourceManager.GetString("GeneratePropertyIn", resourceCulture); } } /// /// Looks up a localized string similar to Generate read-only field '{1}.{0}'. /// internal static string GenerateReadonlyField { get { return ResourceManager.GetString("GenerateReadonlyField", resourceCulture); } } /// /// Looks up a localized string similar to Generate read-only property '{1}.{0}'. /// internal static string GenerateReadonlyProperty { get { return ResourceManager.GetString("GenerateReadonlyProperty", resourceCulture); } } /// /// Looks up a localized string similar to generating source for symbols of this type is not supported. /// internal static string GeneratingSourceForSymbols { get { return ResourceManager.GetString("GeneratingSourceForSymbols", resourceCulture); } } /// /// Looks up a localized string similar to generic overload. /// internal static string GenericOverload { get { return ResourceManager.GetString("GenericOverload", resourceCulture); } } /// /// Looks up a localized string similar to generic overloads. /// internal static string GenericOverloads { get { return ResourceManager.GetString("GenericOverloads", resourceCulture); } } /// /// Looks up a localized string similar to Global Namespace. /// internal static string GlobalNamespace { get { return ResourceManager.GetString("GlobalNamespace", resourceCulture); } } /// /// Looks up a localized string similar to Hosting process exited with exit code {0}.. /// internal static string HostingProcessExitedWithExitCode { get { return ResourceManager.GetString("HostingProcessExitedWithExitCode", resourceCulture); } } /// /// Looks up a localized string similar to Implement interface. /// internal static string ImplementInterface { get { return ResourceManager.GetString("ImplementInterface", resourceCulture); } } /// /// Looks up a localized string similar to Implement interface abstractly. /// internal static string ImplementInterfaceAbstractly { get { return ResourceManager.GetString("ImplementInterfaceAbstractly", resourceCulture); } } /// /// Looks up a localized string similar to Implement interface explicitly. /// internal static string ImplementInterfaceExplicitly { get { return ResourceManager.GetString("ImplementInterfaceExplicitly", resourceCulture); } } /// /// Looks up a localized string similar to Implement interface explicitly with Dispose pattern. /// internal static string ImplementInterfaceExplicitlyWithDisposePattern { get { return ResourceManager.GetString("ImplementInterfaceExplicitlyWithDisposePattern", resourceCulture); } } /// /// Looks up a localized string similar to Implement interface through '{0}'. /// internal static string ImplementInterfaceThrough { get { return ResourceManager.GetString("ImplementInterfaceThrough", resourceCulture); } } /// /// Looks up a localized string similar to Implement interface with Dispose pattern. /// internal static string ImplementInterfaceWithDisposePattern { get { return ResourceManager.GetString("ImplementInterfaceWithDisposePattern", resourceCulture); } } /// /// Looks up a localized string similar to in. /// internal static string In { get { return ResourceManager.GetString("In", resourceCulture); } } /// /// Looks up a localized string similar to Adding a constructor to a type with a field or property initializer that contains an anonymous function will prevent the debug session from continuing.. /// internal static string InsertConstructorToTypeWithInitializersWithLambdas { get { return ResourceManager.GetString("InsertConstructorToTypeWithInitializersWithLambdas", resourceCulture); } } /// /// Looks up a localized string similar to Adding '{0}' that accesses captured variables '{1}' and '{2}' declared in different scopes will prevent the debug session from continuing.. /// internal static string InsertLambdaWithMultiScopeCapture { get { return ResourceManager.GetString("InsertLambdaWithMultiScopeCapture", resourceCulture); } } /// /// Looks up a localized string similar to Install '{0} {1}'. /// internal static string Install_0_1 { get { return ResourceManager.GetString("Install_0_1", resourceCulture); } } /// /// Looks up a localized string similar to Install version '{0}'. /// internal static string Install_version_0 { get { return ResourceManager.GetString("Install_version_0", resourceCulture); } } /// /// Looks up a localized string similar to Install with package manager.... /// internal static string Install_with_package_manager { get { return ResourceManager.GetString("Install_with_package_manager", resourceCulture); } } /// /// Looks up a localized string similar to Interactive Host not initialized.. /// internal static string InteractiveHostNotInitialized { get { return ResourceManager.GetString("InteractiveHostNotInitialized", resourceCulture); } } /// /// Looks up a localized string similar to interface. /// internal static string Interface { get { return ResourceManager.GetString("Interface", resourceCulture); } } /// /// Looks up a localized string similar to Interfaces. /// internal static string Interfaces { get { return ResourceManager.GetString("Interfaces", resourceCulture); } } /// /// Looks up a localized string similar to Introduce constant for '{0}'. /// internal static string IntroduceConstantFor { get { return ResourceManager.GetString("IntroduceConstantFor", resourceCulture); } } /// /// Looks up a localized string similar to Introduce constant for all occurrences of '{0}'. /// internal static string IntroduceConstantForAllOccurrences { get { return ResourceManager.GetString("IntroduceConstantForAllOccurrences", resourceCulture); } } /// /// Looks up a localized string similar to Introduce field for '{0}'. /// internal static string IntroduceFieldFor { get { return ResourceManager.GetString("IntroduceFieldFor", resourceCulture); } } /// /// Looks up a localized string similar to Introduce field for all occurrences of '{0}'. /// internal static string IntroduceFieldForAllOccurrences { get { return ResourceManager.GetString("IntroduceFieldForAllOccurrences", resourceCulture); } } /// /// Looks up a localized string similar to Introduce local constant for '{0}'. /// internal static string IntroduceLocalConstantFor { get { return ResourceManager.GetString("IntroduceLocalConstantFor", resourceCulture); } } /// /// Looks up a localized string similar to Introduce local constant for all occurrences of '{0}'. /// internal static string IntroduceLocalConstantForAll { get { return ResourceManager.GetString("IntroduceLocalConstantForAll", resourceCulture); } } /// /// Looks up a localized string similar to Introduce local for '{0}'. /// internal static string IntroduceLocalFor { get { return ResourceManager.GetString("IntroduceLocalFor", resourceCulture); } } /// /// Looks up a localized string similar to Introduce local for all occurrences of '{0}'. /// internal static string IntroduceLocalForAllOccurrences { get { return ResourceManager.GetString("IntroduceLocalForAllOccurrences", resourceCulture); } } /// /// Looks up a localized string similar to Introduce query variable for '{0}'. /// internal static string IntroduceQueryVariableFor { get { return ResourceManager.GetString("IntroduceQueryVariableFor", resourceCulture); } } /// /// Looks up a localized string similar to Introduce query variable for all occurrences of '{0}'. /// internal static string IntroduceQueryVariableForAll { get { return ResourceManager.GetString("IntroduceQueryVariableForAll", resourceCulture); } } /// /// Looks up a localized string similar to is. /// internal static string Is { get { return ResourceManager.GetString("Is", resourceCulture); } } /// /// Looks up a localized string similar to {0} Keyword. /// internal static string Keyword { get { return ResourceManager.GetString("Keyword", resourceCulture); } } /// /// Looks up a localized string similar to label. /// internal static string Label { get { return ResourceManager.GetString("Label", resourceCulture); } } /// /// Looks up a localized string similar to Loading context from '{0}'.. /// internal static string LoadingContextFrom { get { return ResourceManager.GetString("LoadingContextFrom", resourceCulture); } } /// /// Looks up a localized string similar to local constant. /// internal static string LocalConstant { get { return ResourceManager.GetString("LocalConstant", resourceCulture); } } /// /// Looks up a localized string similar to Locals. /// internal static string Locals { get { return ResourceManager.GetString("Locals", resourceCulture); } } /// /// Looks up a localized string similar to Locals and parameters. /// internal static string Locals_and_parameters { get { return ResourceManager.GetString("Locals_and_parameters", resourceCulture); } } /// /// Looks up a localized string similar to local variable. /// internal static string LocalVariable { get { return ResourceManager.GetString("LocalVariable", resourceCulture); } } /// /// Looks up a localized string similar to location unknown. /// internal static string LocationUnknown { get { return ResourceManager.GetString("LocationUnknown", resourceCulture); } } /// /// Looks up a localized string similar to Make method synchronous.. /// internal static string Make_method_synchronous { get { return ResourceManager.GetString("Make_method_synchronous", resourceCulture); } } /// /// Looks up a localized string similar to method. /// internal static string Method { get { return ResourceManager.GetString("Method", resourceCulture); } } /// /// Looks up a localized string similar to Method referenced implicitly. /// internal static string MethodReferencedImplicitly { get { return ResourceManager.GetString("MethodReferencedImplicitly", resourceCulture); } } /// /// Looks up a localized string similar to Methods. /// internal static string Methods { get { return ResourceManager.GetString("Methods", resourceCulture); } } /// /// Looks up a localized string similar to Modifying a catch/finally handler with an active statement in the try block will prevent the debug session from continuing.. /// internal static string ModifyingACatchFinallyHandler { get { return ResourceManager.GetString("ModifyingACatchFinallyHandler", resourceCulture); } } /// /// Looks up a localized string similar to Modifying a catch handler around an active statement will prevent the debug session from continuing.. /// internal static string ModifyingACatchHandlerAround { get { return ResourceManager.GetString("ModifyingACatchHandlerAround", resourceCulture); } } /// /// Looks up a localized string similar to Modifying source with experimental language features enabled will prevent the debug session from continuing.. /// internal static string ModifyingAFileWithExperimentalFeaturesEnabled { get { return ResourceManager.GetString("ModifyingAFileWithExperimentalFeaturesEnabled", resourceCulture); } } /// /// Looks up a localized string similar to Modifying a generic method will prevent the debug session from continuing.. /// internal static string ModifyingAGenericMethodWillPrevent { get { return ResourceManager.GetString("ModifyingAGenericMethodWillPrevent", resourceCulture); } } /// /// Looks up a localized string similar to Modifying a method inside the context of a generic type will prevent the debug session from continuing.. /// internal static string ModifyingAMethodInsideTheContext { get { return ResourceManager.GetString("ModifyingAMethodInsideTheContext", resourceCulture); } } /// /// Looks up a localized string similar to Modifying a try/catch/finally statement when the finally block is active will prevent the debug session from continuing.. /// internal static string ModifyingATryCatchFinally { get { return ResourceManager.GetString("ModifyingATryCatchFinally", resourceCulture); } } /// /// Looks up a localized string similar to Modifying '{0}' which contains an Aggregate, Group By, or Join query clauses will prevent the debug session from continuing.. /// internal static string ModifyingAWhichContainsComplexQuery { get { return ResourceManager.GetString("ModifyingAWhichContainsComplexQuery", resourceCulture); } } /// /// Looks up a localized string similar to Modifying an active '{0}' which contains 'On Error' or 'Resume' statements will prevent the debug session from continuing.. /// internal static string ModifyingAWhichContainsOnErrorResume { get { return ResourceManager.GetString("ModifyingAWhichContainsOnErrorResume", resourceCulture); } } /// /// Looks up a localized string similar to Modifying '{0}' which contains the 'stackalloc' operator will prevent the debug session from continuing.. /// internal static string ModifyingAWhichContainsStackalloc { get { return ResourceManager.GetString("ModifyingAWhichContainsStackalloc", resourceCulture); } } /// /// Looks up a localized string similar to Modifying '{0}' which contains a static variable will prevent the debug session from continuing.. /// internal static string ModifyingAWhichContainsStaticLocal { get { return ResourceManager.GetString("ModifyingAWhichContainsStaticLocal", resourceCulture); } } /// /// Looks up a localized string similar to Modifying the initializer of '{0}' in a generic type will prevent the debug session from continuing.. /// internal static string ModifyingTheInitializerInGenericType { get { return ResourceManager.GetString("ModifyingTheInitializerInGenericType", resourceCulture); } } /// /// Looks up a localized string similar to Modifying the initializer of '{0}' in a partial type will prevent the debug session from continuing.. /// internal static string ModifyingTheInitializerInPartialType { get { return ResourceManager.GetString("ModifyingTheInitializerInPartialType", resourceCulture); } } /// /// Looks up a localized string similar to Modifying whitespace or comments in a generic '{0}' will prevent the debug session from continuing.. /// internal static string ModifyingTriviaInGenericMethodWillPrevent { get { return ResourceManager.GetString("ModifyingTriviaInGenericMethodWillPrevent", resourceCulture); } } /// /// Looks up a localized string similar to Modifying whitespace or comments in '{0}' inside the context of a generic type will prevent the debug session from continuing.. /// internal static string ModifyingTriviaInMethodInsideTheContext { get { return ResourceManager.GetString("ModifyingTriviaInMethodInsideTheContext", resourceCulture); } } /// /// Looks up a localized string similar to Modules. /// internal static string Modules { get { return ResourceManager.GetString("Modules", resourceCulture); } } /// /// Looks up a localized string similar to Moving '{0}' will prevent the debug session from continuing.. /// internal static string MovingAWillPreventTheDebug { get { return ResourceManager.GetString("MovingAWillPreventTheDebug", resourceCulture); } } /// /// Looks up a localized string similar to namespace. /// internal static string Namespace { get { return ResourceManager.GetString("Namespace", resourceCulture); } } /// /// Looks up a localized string similar to Namespaces. /// internal static string Namespaces { get { return ResourceManager.GetString("Namespaces", resourceCulture); } } /// /// Looks up a localized string similar to Naming Styles. /// internal static string NamingStylesDiagnosticTitle { get { return ResourceManager.GetString("NamingStylesDiagnosticTitle", resourceCulture); } } /// /// Looks up a localized string similar to The first word, '{0}', must begin with a lower case character. /// internal static string NamingViolation_FirstWordMustBeginWithLowercase { get { return ResourceManager.GetString("NamingViolation_FirstWordMustBeginWithLowercase", resourceCulture); } } /// /// Looks up a localized string similar to The first word, '{0}', must begin with an upper case character. /// internal static string NamingViolation_FirstWordMustBeginWithUppercase { get { return ResourceManager.GetString("NamingViolation_FirstWordMustBeginWithUppercase", resourceCulture); } } /// /// Looks up a localized string similar to Missing prefix: '{0}'. /// internal static string NamingViolation_MissingPrefix { get { return ResourceManager.GetString("NamingViolation_MissingPrefix", resourceCulture); } } /// /// Looks up a localized string similar to Missing suffix: '{0}'. /// internal static string NamingViolation_MissingSuffix { get { return ResourceManager.GetString("NamingViolation_MissingSuffix", resourceCulture); } } /// /// Looks up a localized string similar to These non-leading words must begin with a lowercase letter: {0}. /// internal static string NamingViolation_NonLeadingWordsMustBeginWithLowercase { get { return ResourceManager.GetString("NamingViolation_NonLeadingWordsMustBeginWithLowercase", resourceCulture); } } /// /// Looks up a localized string similar to These non-leading words must begin with an upper case letter: {0}. /// internal static string NamingViolation_NonLeadingWordsMustBeginWithUppercase { get { return ResourceManager.GetString("NamingViolation_NonLeadingWordsMustBeginWithUppercase", resourceCulture); } } /// /// Looks up a localized string similar to These words cannot contain lower case characters: {0}. /// internal static string NamingViolation_WordsCannotContainLowercaseLetters { get { return ResourceManager.GetString("NamingViolation_WordsCannotContainLowercaseLetters", resourceCulture); } } /// /// Looks up a localized string similar to These words cannot contain upper case characters: {0}. /// internal static string NamingViolation_WordsCannotContainUppercaseLetters { get { return ResourceManager.GetString("NamingViolation_WordsCannotContainUppercaseLetters", resourceCulture); } } /// /// Looks up a localized string similar to These words must begin with upper case characters: {0}. /// internal static string NamingViolation_WordsMustBeginWithUppercase { get { return ResourceManager.GetString("NamingViolation_WordsMustBeginWithUppercase", resourceCulture); } } /// /// Looks up a localized string similar to '{0}' naming violation - {1}. /// internal static string NamingViolationDescription { get { return ResourceManager.GetString("NamingViolationDescription", resourceCulture); } } /// /// Looks up a localized string similar to The selection contains no active statement.. /// internal static string NoActiveStatement { get { return ResourceManager.GetString("NoActiveStatement", resourceCulture); } } /// /// Looks up a localized string similar to Non-invoked method cannot be replaced with property.. /// internal static string NonInvokedMethodCannotBeReplacedWithProperty { get { return ResourceManager.GetString("NonInvokedMethodCannotBeReplacedWithProperty", resourceCulture); } } /// /// Looks up a localized string similar to Ceasing to access captured variable '{0}' in {1} will prevent the debug session from continuing.. /// internal static string NotAccessingCapturedVariableInLambda { get { return ResourceManager.GetString("NotAccessingCapturedVariableInLambda", resourceCulture); } } /// /// Looks up a localized string similar to Not Available. /// internal static string NotAvailable { get { return ResourceManager.GetString("NotAvailable", resourceCulture); } } /// /// Looks up a localized string similar to Ceasing to capture variable '{0}' will prevent the debug session from continuing.. /// internal static string NotCapturingVariable { get { return ResourceManager.GetString("NotCapturingVariable", resourceCulture); } } /// /// Looks up a localized string similar to Note: Tab twice to insert the '{0}' snippet.. /// internal static string NoteTabTwiceToInsertTheSnippet { get { return ResourceManager.GetString("NoteTabTwiceToInsertTheSnippet", resourceCulture); } } /// /// Looks up a localized string similar to Only methods with a single argument, which is not an out variable declaration, can be replaced with a property.. /// internal static string OnlyMethodsWithASingleArgumentCanBeReplacedWithAProperty { get { return ResourceManager.GetString("OnlyMethodsWithASingleArgumentCanBeReplacedWithAProperty", resourceCulture); } } /// /// Looks up a localized string similar to operator. /// internal static string Operator { get { return ResourceManager.GetString("Operator", resourceCulture); } } /// /// Looks up a localized string similar to overload. /// internal static string Overload { get { return ResourceManager.GetString("Overload", resourceCulture); } } /// /// Looks up a localized string similar to overloads. /// internal static string Overloads { get { return ResourceManager.GetString("Overloads", resourceCulture); } } /// /// Looks up a localized string similar to parameter. /// internal static string Parameter { get { return ResourceManager.GetString("Parameter", resourceCulture); } } /// /// Looks up a localized string similar to Parameters:. /// internal static string Parameters { get { return ResourceManager.GetString("Parameters", resourceCulture); } } /// /// Looks up a localized string similar to + additional {0} {1}. /// internal static string PlusAdditional { get { return ResourceManager.GetString("PlusAdditional", resourceCulture); } } /// /// Looks up a localized string similar to Awaited task returns. /// internal static string PrefixTextForAwaitKeyword { get { return ResourceManager.GetString("PrefixTextForAwaitKeyword", resourceCulture); } } /// /// Looks up a localized string similar to {0} - {1}. /// internal static string ProjectAvailability { get { return ResourceManager.GetString("ProjectAvailability", resourceCulture); } } /// /// Looks up a localized string similar to Properties. /// internal static string Properties { get { return ResourceManager.GetString("Properties", resourceCulture); } } /// /// Looks up a localized string similar to property. /// internal static string Property { get { return ResourceManager.GetString("Property", resourceCulture); } } /// /// Looks up a localized string similar to Property cannot safely be replaced with a method call. /// internal static string Property_cannot_safely_be_replaced_with_a_method_call { get { return ResourceManager.GetString("Property_cannot_safely_be_replaced_with_a_method_call", resourceCulture); } } /// /// Looks up a localized string similar to Property referenced implicitly. /// internal static string Property_referenced_implicitly { get { return ResourceManager.GetString("Property_referenced_implicitly", resourceCulture); } } /// /// Looks up a localized string similar to range variable. /// internal static string RangeVariable { get { return ResourceManager.GetString("RangeVariable", resourceCulture); } } /// /// Looks up a localized string similar to Remarks:. /// internal static string Remarks { get { return ResourceManager.GetString("Remarks", resourceCulture); } } /// /// Looks up a localized string similar to Remove qualification. /// internal static string RemoveQualification { get { return ResourceManager.GetString("RemoveQualification", resourceCulture); } } /// /// Looks up a localized string similar to Remove Suppression. /// internal static string RemoveSuppressionEquivalenceKeyPrefix { get { return ResourceManager.GetString("RemoveSuppressionEquivalenceKeyPrefix", resourceCulture); } } /// /// Looks up a localized string similar to Remove Suppression {0}. /// internal static string RemoveSuppressionForId { get { return ResourceManager.GetString("RemoveSuppressionForId", resourceCulture); } } /// /// Looks up a localized string similar to Remove Unnecessary Cast. /// internal static string RemoveUnnecessaryCast { get { return ResourceManager.GetString("RemoveUnnecessaryCast", resourceCulture); } } /// /// Looks up a localized string similar to Removing '{0}' that contains an active statement will prevent the debug session from continuing.. /// internal static string RemovingThatContainsActiveStatement { get { return ResourceManager.GetString("RemovingThatContainsActiveStatement", resourceCulture); } } /// /// Looks up a localized string similar to Renaming '{0}' will prevent the debug session from continuing.. /// internal static string RenamingAWillPrevent { get { return ResourceManager.GetString("RenamingAWillPrevent", resourceCulture); } } /// /// Looks up a localized string similar to Renaming a captured variable, from '{0}' to '{1}' will prevent the debug session from continuing.. /// internal static string RenamingCapturedVariable { get { return ResourceManager.GetString("RenamingCapturedVariable", resourceCulture); } } /// /// Looks up a localized string similar to Replace '{0}' with method. /// internal static string Replace_0_with_method { get { return ResourceManager.GetString("Replace_0_with_method", resourceCulture); } } /// /// Looks up a localized string similar to Replace '{0}' with methods. /// internal static string Replace_0_with_methods { get { return ResourceManager.GetString("Replace_0_with_methods", resourceCulture); } } /// /// Looks up a localized string similar to Replace '{0}' and '{1}' with property. /// internal static string Replace0and1WithProperty { get { return ResourceManager.GetString("Replace0and1WithProperty", resourceCulture); } } /// /// Looks up a localized string similar to Replace '{0}' with property. /// internal static string Replace0WithProperty { get { return ResourceManager.GetString("Replace0WithProperty", resourceCulture); } } /// /// Looks up a localized string similar to Represents an object whose operations will be resolved at runtime.. /// internal static string RepresentsAnObjectWhoseOperations { get { return ResourceManager.GetString("RepresentsAnObjectWhoseOperations", resourceCulture); } } /// /// Looks up a localized string similar to Requested assembly already loaded from '{0}'.. /// internal static string RequestedAssemblyAlreadyLoaded { get { return ResourceManager.GetString("RequestedAssemblyAlreadyLoaded", resourceCulture); } } /// /// Looks up a localized string similar to Returns:. /// internal static string Returns { get { return ResourceManager.GetString("Returns", resourceCulture); } } /// /// Looks up a localized string similar to Searched in directories:. /// internal static string SearchedInDirectories { get { return ResourceManager.GetString("SearchedInDirectories", resourceCulture); } } /// /// Looks up a localized string similar to Searched in directory:. /// internal static string SearchedInDirectory { get { return ResourceManager.GetString("SearchedInDirectory", resourceCulture); } } /// /// Looks up a localized string similar to TODO: set large fields to null.. /// internal static string SetLargeFieldsToNullTodo { get { return ResourceManager.GetString("SetLargeFieldsToNullTodo", resourceCulture); } } /// /// Looks up a localized string similar to Simplify Member Access. /// internal static string SimplifyMemberAccess { get { return ResourceManager.GetString("SimplifyMemberAccess", resourceCulture); } } /// /// Looks up a localized string similar to Simplify Names. /// internal static string SimplifyNames { get { return ResourceManager.GetString("SimplifyNames", resourceCulture); } } /// /// Looks up a localized string similar to Specified file not found.. /// internal static string SpecifiedFileNotFound { get { return ResourceManager.GetString("SpecifiedFileNotFound", resourceCulture); } } /// /// Looks up a localized string similar to Specified file not found: {0}. /// internal static string SpecifiedFileNotFoundFormat { get { return ResourceManager.GetString("SpecifiedFileNotFoundFormat", resourceCulture); } } /// /// Looks up a localized string similar to Structures. /// internal static string Structures { get { return ResourceManager.GetString("Structures", resourceCulture); } } /// /// Looks up a localized string similar to Summary:. /// internal static string Summary { get { return ResourceManager.GetString("Summary", resourceCulture); } } /// /// Looks up a localized string similar to Suppress {0}. /// internal static string SuppressionCodeActionTitle { get { return ResourceManager.GetString("SuppressionCodeActionTitle", resourceCulture); } } /// /// Looks up a localized string similar to <Pending>. /// internal static string SuppressionPendingJustification { get { return ResourceManager.GetString("SuppressionPendingJustification", resourceCulture); } } /// /// Looks up a localized string similar to in Suppression File. /// internal static string SuppressWithGlobalSuppressMessage { get { return ResourceManager.GetString("SuppressWithGlobalSuppressMessage", resourceCulture); } } /// /// Looks up a localized string similar to in Source. /// internal static string SuppressWithPragma { get { return ResourceManager.GetString("SuppressWithPragma", resourceCulture); } } /// /// Looks up a localized string similar to no value.. /// internal static string TextForSystemVoid { get { return ResourceManager.GetString("TextForSystemVoid", resourceCulture); } } /// /// Looks up a localized string similar to The address of a variable is used inside the selected code.. /// internal static string TheAddressOfAVariableIsUsed { get { return ResourceManager.GetString("TheAddressOfAVariableIsUsed", resourceCulture); } } /// /// Looks up a localized string similar to The member is defined in metadata.. /// internal static string TheMemberIsDefinedInMetadata { get { return ResourceManager.GetString("TheMemberIsDefinedInMetadata", resourceCulture); } } /// /// Looks up a localized string similar to The symbol does not have an icon.. /// internal static string TheSymbolDoesNotHaveAnIcon { get { return ResourceManager.GetString("TheSymbolDoesNotHaveAnIcon", resourceCulture); } } /// /// Looks up a localized string similar to This signature does not contain parameters that can be changed.. /// internal static string ThisSignatureDoesNotContainParametersThatCanBeChanged { get { return ResourceManager.GetString("ThisSignatureDoesNotContainParametersThatCanBeChanged", resourceCulture); } } /// /// Looks up a localized string similar to This symbol has related definitions or references in metadata. Changing its signature may result in build errors. /// ///Do you want to continue?. /// internal static string ThisSymbolHasRelatedDefinitionsOrReferencesInMetadata { get { return ResourceManager.GetString("ThisSymbolHasRelatedDefinitionsOrReferencesInMetadata", resourceCulture); } } /// /// Looks up a localized string similar to To detect redundant calls. /// internal static string ToDetectRedundantCalls { get { return ResourceManager.GetString("ToDetectRedundantCalls", resourceCulture); } } /// /// Looks up a localized string similar to Re-triage {0}(currently '{1}'). /// internal static string TriageCodeActionTitleForTriagedDiagnostic { get { return ResourceManager.GetString("TriageCodeActionTitleForTriagedDiagnostic", resourceCulture); } } /// /// Looks up a localized string similar to type constraint. /// internal static string TypeConstraint { get { return ResourceManager.GetString("TypeConstraint", resourceCulture); } } /// /// Looks up a localized string similar to Type "#help" for more information.. /// internal static string TypeHelpForMoreInformation { get { return ResourceManager.GetString("TypeHelpForMoreInformation", resourceCulture); } } /// /// Looks up a localized string similar to type parameter. /// internal static string TypeParameter { get { return ResourceManager.GetString("TypeParameter", resourceCulture); } } /// /// Looks up a localized string similar to Type parameter '{0}' is hidden by another type parameter '{1}'.. /// internal static string TypeParameterIsHiddenByAnother { get { return ResourceManager.GetString("TypeParameterIsHiddenByAnother", resourceCulture); } } /// /// Looks up a localized string similar to Type parameters:. /// internal static string TypeParameters { get { return ResourceManager.GetString("TypeParameters", resourceCulture); } } /// /// Looks up a localized string similar to Unable to create hosting process.. /// internal static string UnableToCreateHostingProcess { get { return ResourceManager.GetString("UnableToCreateHostingProcess", resourceCulture); } } /// /// Looks up a localized string similar to Unexpected interface member kind: {0}. /// internal static string UnexpectedInterfaceMemberKind { get { return ResourceManager.GetString("UnexpectedInterfaceMemberKind", resourceCulture); } } /// /// Looks up a localized string similar to Unknown. /// internal static string Unknown { get { return ResourceManager.GetString("Unknown", resourceCulture); } } /// /// Looks up a localized string similar to Unknown symbol kind. /// internal static string UnknownSymbolKind { get { return ResourceManager.GetString("UnknownSymbolKind", resourceCulture); } } /// /// Looks up a localized string similar to Reported diagnostic with ID '{0}' is not supported by the analyzer.. /// internal static string UnsupportedDiagnosticReported { get { return ResourceManager.GetString("UnsupportedDiagnosticReported", resourceCulture); } } /// /// Looks up a localized string similar to Updating an active statement will prevent the debug session from continuing.. /// internal static string UpdatingAnActiveStatement { get { return ResourceManager.GetString("UpdatingAnActiveStatement", resourceCulture); } } /// /// Looks up a localized string similar to Updating a '{0}' statement around an active statement will prevent the debug session from continuing.. /// internal static string UpdatingAStatementAroundActive { get { return ResourceManager.GetString("UpdatingAStatementAroundActive", resourceCulture); } } /// /// Looks up a localized string similar to Updating a complex statement containing an await expression will prevent the debug session from continuing.. /// internal static string UpdatingAStatementContainingAwaitExpression { get { return ResourceManager.GetString("UpdatingAStatementContainingAwaitExpression", resourceCulture); } } /// /// Looks up a localized string similar to Updating '{0}' will prevent the debug session from continuing.. /// internal static string UpdatingAWillPrevent { get { return ResourceManager.GetString("UpdatingAWillPrevent", resourceCulture); } } /// /// Looks up a localized string similar to Updating async or iterator modifier around an active statement will prevent the debug session from continuing.. /// internal static string UpdatingStateMachineMethodAroundActive { get { return ResourceManager.GetString("UpdatingStateMachineMethodAroundActive", resourceCulture); } } /// /// Looks up a localized string similar to Attribute '{0}' is missing. Updating an async method or an iterator will prevent the debug session from continuing.. /// internal static string UpdatingStateMachineMethodMissingAttribute { get { return ResourceManager.GetString("UpdatingStateMachineMethodMissingAttribute", resourceCulture); } } /// /// Looks up a localized string similar to Updating the alias of Declare Statement will prevent the debug session from continuing.. /// internal static string UpdatingTheAliasOfDeclareStatement { get { return ResourceManager.GetString("UpdatingTheAliasOfDeclareStatement", resourceCulture); } } /// /// Looks up a localized string similar to Updating the base class and/or base interface(s) of '{0}' will prevent the debug session from continuing.. /// internal static string UpdatingTheBaseClassAndOrInterfaceOf { get { return ResourceManager.GetString("UpdatingTheBaseClassAndOrInterfaceOf", resourceCulture); } } /// /// Looks up a localized string similar to Updating the Handles clause of '{0}' will prevent the debug session from continuing.. /// internal static string UpdatingTheHandlesClause { get { return ResourceManager.GetString("UpdatingTheHandlesClause", resourceCulture); } } /// /// Looks up a localized string similar to Updating the Implements clause of a '{0}' will prevent the debug session from continuing.. /// internal static string UpdatingTheImplementsClause { get { return ResourceManager.GetString("UpdatingTheImplementsClause", resourceCulture); } } /// /// Looks up a localized string similar to Updating the initializer of '{0}' will prevent the debug session from continuing.. /// internal static string UpdatingTheInitializerOf { get { return ResourceManager.GetString("UpdatingTheInitializerOf", resourceCulture); } } /// /// Looks up a localized string similar to Updating the kind of an property/event accessor will prevent the debug session from continuing.. /// internal static string UpdatingTheKindOfAccessor { get { return ResourceManager.GetString("UpdatingTheKindOfAccessor", resourceCulture); } } /// /// Looks up a localized string similar to Updating a field to an event or vice versa will prevent the debug session from continuing.. /// internal static string UpdatingTheKindOfField { get { return ResourceManager.GetString("UpdatingTheKindOfField", resourceCulture); } } /// /// Looks up a localized string similar to Updating the kind of a method (Sub/Function) will prevent the debug session from continuing.. /// internal static string UpdatingTheKindOfMethod { get { return ResourceManager.GetString("UpdatingTheKindOfMethod", resourceCulture); } } /// /// Looks up a localized string similar to Updating the kind of a type will prevent the debug session from continuing.. /// internal static string UpdatingTheKindOfType { get { return ResourceManager.GetString("UpdatingTheKindOfType", resourceCulture); } } /// /// Looks up a localized string similar to Updating the library name of Declare Statement will prevent the debug session from continuing.. /// internal static string UpdatingTheLibraryNameOfDeclareStatement { get { return ResourceManager.GetString("UpdatingTheLibraryNameOfDeclareStatement", resourceCulture); } } /// /// Looks up a localized string similar to Updating the modifiers of '{0}' will prevent the debug session from continuing.. /// internal static string UpdatingTheModifiersOf { get { return ResourceManager.GetString("UpdatingTheModifiersOf", resourceCulture); } } /// /// Looks up a localized string similar to Updating the size of a '{0}' will prevent the debug session from continuing.. /// internal static string UpdatingTheSizeOf { get { return ResourceManager.GetString("UpdatingTheSizeOf", resourceCulture); } } /// /// Looks up a localized string similar to Updating the type of '{0}' will prevent the debug session from continuing.. /// internal static string UpdatingTheTypeOf { get { return ResourceManager.GetString("UpdatingTheTypeOf", resourceCulture); } } /// /// Looks up a localized string similar to Updating the underlying type of '{0}' will prevent the debug session from continuing.. /// internal static string UpdatingTheUnderlyingTypeOf { get { return ResourceManager.GetString("UpdatingTheUnderlyingTypeOf", resourceCulture); } } /// /// Looks up a localized string similar to Updating the variance of '{0}' will prevent the debug session from continuing.. /// internal static string UpdatingTheVarianceOf { get { return ResourceManager.GetString("UpdatingTheVarianceOf", resourceCulture); } } /// /// Looks up a localized string similar to Use local version '{0}'. /// internal static string Use_local_version_0 { get { return ResourceManager.GetString("Use_local_version_0", resourceCulture); } } /// /// Looks up a localized string similar to Use locally installed '{0}' version '{1}' ///This version used in: {2}. /// internal static string Use_locally_installed_0_version_1_This_version_used_in_2 { get { return ResourceManager.GetString("Use_locally_installed_0_version_1_This_version_used_in_2", resourceCulture); } } /// /// Looks up a localized string similar to Use auto property. /// internal static string UseAutoProperty { get { return ResourceManager.GetString("UseAutoProperty", resourceCulture); } } /// /// Looks up a localized string similar to User Diagnostic Analyzer Failure.. /// internal static string UserDiagnosticAnalyzerFailure { get { return ResourceManager.GetString("UserDiagnosticAnalyzerFailure", resourceCulture); } } /// /// Looks up a localized string similar to Analyzer '{0}' threw an exception of type '{1}' with message '{2}'.. /// internal static string UserDiagnosticAnalyzerThrows { get { return ResourceManager.GetString("UserDiagnosticAnalyzerThrows", resourceCulture); } } /// /// Looks up a localized string similar to Analyzer '{0}' threw the following exception: ///'{1}'.. /// internal static string UserDiagnosticAnalyzerThrowsDescription { get { return ResourceManager.GetString("UserDiagnosticAnalyzerThrowsDescription", resourceCulture); } } /// /// Looks up a localized string similar to You can use the navigation bar to switch context.. /// internal static string UseTheNavigationBarToSwitchContext { get { return ResourceManager.GetString("UseTheNavigationBarToSwitchContext", resourceCulture); } } /// /// Looks up a localized string similar to Variadic SignatureHelpItem must have at least one parameter.. /// internal static string VariadicSignaturehelpitemMustHaveOneParam { get { return ResourceManager.GetString("VariadicSignaturehelpitemMustHaveOneParam", resourceCulture); } } /// /// Looks up a localized string similar to An instance of analyzer {0} cannot be created from {1}: {2}.. /// internal static string WRN_AnalyzerCannotBeCreated { get { return ResourceManager.GetString("WRN_AnalyzerCannotBeCreated", resourceCulture); } } /// /// Looks up a localized string similar to The assembly {0} does not contain any analyzers.. /// internal static string WRN_NoAnalyzerInAssembly { get { return ResourceManager.GetString("WRN_NoAnalyzerInAssembly", resourceCulture); } } /// /// Looks up a localized string similar to Unable to load Analyzer assembly {0}: {1}. /// internal static string WRN_UnableToLoadAnalyzer { get { return ResourceManager.GetString("WRN_UnableToLoadAnalyzer", resourceCulture); } } /// /// Looks up a localized string similar to You can only change the signature of a constructor, indexer, method or delegate.. /// internal static string YouCanOnlyChangeTheSignatureOfAConstructorIndexerMethodOrDelegate { get { return ResourceManager.GetString("YouCanOnlyChangeTheSignatureOfAConstructorIndexerMethodOrDelegate", resourceCulture); } } } }