//------------------------------------------------------------------------------ // // 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 WorkspacesResources { private static global::System.Resources.ResourceManager resourceMan; private static global::System.Globalization.CultureInfo resourceCulture; [global::System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode")] internal WorkspacesResources() { } /// /// 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.WorkspacesResources", typeof(WorkspacesResources).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 Absolute path expected.. /// internal static string AbsolutePathExpected { get { return ResourceManager.GetString("AbsolutePathExpected", resourceCulture); } } /// /// Looks up a localized string similar to Add braces to '{0}' statement.. /// internal static string AddBraces { get { return ResourceManager.GetString("AddBraces", resourceCulture); } } /// /// Looks up a localized string similar to Added:. /// internal static string AddedHeader { get { return ResourceManager.GetString("AddedHeader", resourceCulture); } } /// /// Looks up a localized string similar to Adding additional documents is not supported.. /// internal static string AddingAdditionalDocumentsNotSupported { get { return ResourceManager.GetString("AddingAdditionalDocumentsNotSupported", resourceCulture); } } /// /// Looks up a localized string similar to Adding analyzer references is not supported.. /// internal static string AddingAnalyzerReferencesNotSupported { get { return ResourceManager.GetString("AddingAnalyzerReferencesNotSupported", resourceCulture); } } /// /// Looks up a localized string similar to Adding documents is not supported.. /// internal static string AddingDocumentsNotSupported { get { return ResourceManager.GetString("AddingDocumentsNotSupported", resourceCulture); } } /// /// Looks up a localized string similar to Adding metadata references is not supported.. /// internal static string AddingMetadataReferenceNotSupported { get { return ResourceManager.GetString("AddingMetadataReferenceNotSupported", resourceCulture); } } /// /// Looks up a localized string similar to Adding project references is not supported.. /// internal static string AddingProjectReferencesNotSupported { get { return ResourceManager.GetString("AddingProjectReferencesNotSupported", resourceCulture); } } /// /// Looks up a localized string similar to Adding projects is not supported.. /// internal static string AddingProjectsNotSupported { get { return ResourceManager.GetString("AddingProjectsNotSupported", resourceCulture); } } /// /// Looks up a localized string similar to After:. /// internal static string AfterHeader { get { return ResourceManager.GetString("AfterHeader", resourceCulture); } } /// /// Looks up a localized string similar to {0} is already present.. /// internal static string AnalyzerIsAlreadyPresent { get { return ResourceManager.GetString("AnalyzerIsAlreadyPresent", resourceCulture); } } /// /// Looks up a localized string similar to {0} is not present.. /// internal static string AnalyzerIsNotPresent { get { return ResourceManager.GetString("AnalyzerIsNotPresent", resourceCulture); } } /// /// Looks up a localized string similar to Arrays with more than one dimension cannot be serialized.. /// internal static string ArraysWithMoreThanOneDimensionCannotBeSerialized { get { return ResourceManager.GetString("ArraysWithMoreThanOneDimensionCannotBeSerialized", resourceCulture); } } /// /// Looks up a localized string similar to Before:. /// internal static string BeforeHeader { get { return ResourceManager.GetString("BeforeHeader", resourceCulture); } } /// /// Looks up a localized string similar to Cannot generate code for unsupported operator '{0}'. /// internal static string CannotCodeGenUnsupportedOperator { get { return ResourceManager.GetString("CannotCodeGenUnsupportedOperator", resourceCulture); } } /// /// Looks up a localized string similar to Cannot open project '{0}' because the file extension '{1}' is not associated with a language.. /// internal static string CannotOpenProjectUnrecognizedFileExtension { get { return ResourceManager.GetString("CannotOpenProjectUnrecognizedFileExtension", resourceCulture); } } /// /// Looks up a localized string similar to Cannot open project '{0}' because the language '{1}' is not supported.. /// internal static string CannotOpenProjectUnsupportedLanguage { get { return ResourceManager.GetString("CannotOpenProjectUnsupportedLanguage", resourceCulture); } } /// /// Looks up a localized string similar to Can't resolve analyzer reference: '{0}'.. /// internal static string CantResolveAnalyzerReference { get { return ResourceManager.GetString("CantResolveAnalyzerReference", resourceCulture); } } /// /// Looks up a localized string similar to Can't resolve metadata reference: '{0}'.. /// internal static string CantResolveMetadataReference { get { return ResourceManager.GetString("CantResolveMetadataReference", resourceCulture); } } /// /// Looks up a localized string similar to Cast is redundant.. /// internal static string CastIsRedundant { get { return ResourceManager.GetString("CastIsRedundant", resourceCulture); } } /// /// Looks up a localized string similar to Adding project reference from '{0}' to '{1}' will cause a circular reference.. /// internal static string CausesCircularProjectReference { get { return ResourceManager.GetString("CausesCircularProjectReference", resourceCulture); } } /// /// Looks up a localized string similar to Changing additional documents is not supported.. /// internal static string ChangingAdditionalDocumentsIsNotSupported { get { return ResourceManager.GetString("ChangingAdditionalDocumentsIsNotSupported", resourceCulture); } } /// /// Looks up a localized string similar to Changing compilation options is not supported.. /// internal static string ChangingCompilationOptionsNotSupported { get { return ResourceManager.GetString("ChangingCompilationOptionsNotSupported", resourceCulture); } } /// /// Looks up a localized string similar to Changing documents is not supported.. /// internal static string ChangingDocumentsNotSupported { get { return ResourceManager.GetString("ChangingDocumentsNotSupported", resourceCulture); } } /// /// Looks up a localized string similar to Changing parse options is not supported.. /// internal static string ChangingParseOptionsNotSupported { get { return ResourceManager.GetString("ChangingParseOptionsNotSupported", resourceCulture); } } /// /// Looks up a localized string similar to Changing project properties is not supported.. /// internal static string ChangingProjectPropertiesNotSupported { get { return ResourceManager.GetString("ChangingProjectPropertiesNotSupported", resourceCulture); } } /// /// Looks up a localized string similar to Could not find location to generation symbol into.. /// internal static string CouldNotFindLocationToGen { get { return ResourceManager.GetString("CouldNotFindLocationToGen", resourceCulture); } } /// /// Looks up a localized string similar to Cycle detected in extensions. /// internal static string CycleDetectedInExtensions { get { return ResourceManager.GetString("CycleDetectedInExtensions", resourceCulture); } } /// /// Looks up a localized string similar to Destination location was from a different tree.. /// internal static string DestinationLocationFromDifferentTree { get { return ResourceManager.GetString("DestinationLocationFromDifferentTree", resourceCulture); } } /// /// Looks up a localized string similar to Supplied diagnostic cannot be null.. /// internal static string DiagnosticCannotBeNull { get { return ResourceManager.GetString("DiagnosticCannotBeNull", resourceCulture); } } /// /// Looks up a localized string similar to Diagnostic must have span '{0}'. /// internal static string DiagnosticMustHaveMatchingSpan { get { return ResourceManager.GetString("DiagnosticMustHaveMatchingSpan", resourceCulture); } } /// /// Looks up a localized string similar to At least one diagnostic must be supplied.. /// internal static string DiagnosticsCannotBeEmpty { get { return ResourceManager.GetString("DiagnosticsCannotBeEmpty", resourceCulture); } } /// /// Looks up a localized string similar to The solution already contains the specified document.. /// internal static string DocumentAlreadyInSolution { get { return ResourceManager.GetString("DocumentAlreadyInSolution", resourceCulture); } } /// /// Looks up a localized string similar to '{0}' is not open.. /// internal static string DocumentIsNotOpen { get { return ResourceManager.GetString("DocumentIsNotOpen", resourceCulture); } } /// /// Looks up a localized string similar to {0} is still open.. /// internal static string DocumentIsOpen { get { return ResourceManager.GetString("DocumentIsOpen", resourceCulture); } } /// /// Looks up a localized string similar to The solution does not contain the specified document.. /// internal static string DocumentNotInSolution { get { return ResourceManager.GetString("DocumentNotInSolution", resourceCulture); } } /// /// Looks up a localized string similar to The specified document is not a version of this document.. /// internal static string DocumentVersionIsDifferent { get { return ResourceManager.GetString("DocumentVersionIsDifferent", resourceCulture); } } /// /// Looks up a localized string similar to An element with the same key but a different value already exists.. /// internal static string DuplicateKey { get { return ResourceManager.GetString("DuplicateKey", resourceCulture); } } /// /// Looks up a localized string similar to Duplicate source file '{0}' in project '{1}'. /// internal static string DuplicateSourceFileInProject { get { return ResourceManager.GetString("DuplicateSourceFileInProject", resourceCulture); } } /// /// Looks up a localized string similar to An error occurred while reading the specified configuration file: {0}. /// internal static string ErrorWhileReadingSpecifiedConfigFile { get { return ResourceManager.GetString("ErrorWhileReadingSpecifiedConfigFile", 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 Failure. /// internal static string Failure { get { return ResourceManager.GetString("Failure", resourceCulture); } } /// /// Looks up a localized string similar to File was externally modified: {0}.. /// internal static string FileWasExternallyModified { get { return ResourceManager.GetString("FileWasExternallyModified", resourceCulture); } } /// /// Looks up a localized string similar to '{0}' returned an uninitialized ImmutableArray. /// internal static string FixableDiagnosticIdsIncorrectlyInitialized { get { return ResourceManager.GetString("FixableDiagnosticIdsIncorrectlyInitialized", resourceCulture); } } /// /// Looks up a localized string similar to Fix all '{0}'. /// internal static string FixAllOccurrencesOfDiagnostic { get { return ResourceManager.GetString("FixAllOccurrencesOfDiagnostic", resourceCulture); } } /// /// Looks up a localized string similar to Fix all '{0}' in '{1}'. /// internal static string FixAllOccurrencesOfDiagnosticInScope { get { return ResourceManager.GetString("FixAllOccurrencesOfDiagnosticInScope", resourceCulture); } } /// /// Looks up a localized string similar to Fix all '{0}' in Solution. /// internal static string FixAllOccurrencesOfDiagnosticInSolution { get { return ResourceManager.GetString("FixAllOccurrencesOfDiagnosticInSolution", resourceCulture); } } /// /// Looks up a localized string similar to Invalid CodePage value: {0}. /// internal static string InvalidCodePage { get { return ResourceManager.GetString("InvalidCodePage", resourceCulture); } } /// /// Looks up a localized string similar to Destination type must be a {0}, but given one is {1}.. /// internal static string InvalidDestinationNode { get { return ResourceManager.GetString("InvalidDestinationNode", resourceCulture); } } /// /// Looks up a localized string similar to Destination type must be a {0} or a {1}, but given one is {2}.. /// internal static string InvalidDestinationNode2 { get { return ResourceManager.GetString("InvalidDestinationNode2", resourceCulture); } } /// /// Looks up a localized string similar to Destination type must be a {0}, {1} or {2}, but given one is {3}.. /// internal static string InvalidDestinationNode3 { get { return ResourceManager.GetString("InvalidDestinationNode3", resourceCulture); } } /// /// Looks up a localized string similar to Documentation comment id must start with E, F, M, N, P or T. /// internal static string InvalidDocumentationCommentId { get { return ResourceManager.GetString("InvalidDocumentationCommentId", resourceCulture); } } /// /// Looks up a localized string similar to A language name cannot be specified for this option.. /// internal static string InvalidLanguageNameOption { get { return ResourceManager.GetString("InvalidLanguageNameOption", resourceCulture); } } /// /// Looks up a localized string similar to A language name must be specified for this option.. /// internal static string InvalidLanguageNameOption2 { get { return ResourceManager.GetString("InvalidLanguageNameOption2", resourceCulture); } } /// /// Looks up a localized string similar to No location provided to add statements to.. /// internal static string InvalidLocationForCodeGen { get { return ResourceManager.GetString("InvalidLocationForCodeGen", resourceCulture); } } /// /// Looks up a localized string similar to Destination location was not in source.. /// internal static string InvalidNonSourceLocationForCodeGen { get { return ResourceManager.GetString("InvalidNonSourceLocationForCodeGen", resourceCulture); } } /// /// Looks up a localized string similar to Invalid number of parameters for binary operator.. /// internal static string InvalidParameterCountForBinaryOperator { get { return ResourceManager.GetString("InvalidParameterCountForBinaryOperator", resourceCulture); } } /// /// Looks up a localized string similar to Invalid number of parameters for unary operator.. /// internal static string InvalidParameterCountForUnaryOperator { get { return ResourceManager.GetString("InvalidParameterCountForUnaryOperator", resourceCulture); } } /// /// Looks up a localized string similar to Invalid project block, expected "=" after Project.. /// internal static string InvalidProjectBlockInSolutionFile { get { return ResourceManager.GetString("InvalidProjectBlockInSolutionFile", resourceCulture); } } /// /// Looks up a localized string similar to Invalid project block, expected "," after project name.. /// internal static string InvalidProjectBlockInSolutionFile2 { get { return ResourceManager.GetString("InvalidProjectBlockInSolutionFile2", resourceCulture); } } /// /// Looks up a localized string similar to Invalid project block, expected "," after project path.. /// internal static string InvalidProjectBlockInSolutionFile3 { get { return ResourceManager.GetString("InvalidProjectBlockInSolutionFile3", resourceCulture); } } /// /// Looks up a localized string similar to Expected {0}.. /// internal static string InvalidProjectBlockInSolutionFile4 { get { return ResourceManager.GetString("InvalidProjectBlockInSolutionFile4", resourceCulture); } } /// /// Looks up a localized string similar to Invalid project file path: '{0}'. /// internal static string InvalidProjectFilePath { get { return ResourceManager.GetString("InvalidProjectFilePath", resourceCulture); } } /// /// Looks up a localized string similar to Invalid solution file path: '{0}'. /// internal static string InvalidSolutionFilePath { get { return ResourceManager.GetString("InvalidSolutionFilePath", resourceCulture); } } /// /// Looks up a localized string similar to This submission already references another submission project.. /// internal static string InvalidSubmissionReference { get { return ResourceManager.GetString("InvalidSubmissionReference", resourceCulture); } } /// /// Looks up a localized string similar to Label for node '{0}' is invalid, it must be within [0, {1}).. /// internal static string LabelForNodeIsInvalid { get { return ResourceManager.GetString("LabelForNodeIsInvalid", resourceCulture); } } /// /// Looks up a localized string similar to Location must be null or from source.. /// internal static string LocationMustBeNullOrFromSource { get { return ResourceManager.GetString("LocationMustBeNullOrFromSource", resourceCulture); } } /// /// Looks up a localized string similar to Matching nodes '{0}' and '{1}' must have the same label.. /// internal static string MatchingNodesMustHaveTheSameLabel { get { return ResourceManager.GetString("MatchingNodesMustHaveTheSameLabel", resourceCulture); } } /// /// Looks up a localized string similar to Member access should be qualified.. /// internal static string MemberAccessShouldBeQualified { get { return ResourceManager.GetString("MemberAccessShouldBeQualified", resourceCulture); } } /// /// Looks up a localized string similar to Metadata is already referenced.. /// internal static string MetadataIsAlreadyReferenced { get { return ResourceManager.GetString("MetadataIsAlreadyReferenced", resourceCulture); } } /// /// Looks up a localized string similar to Metadata is not referenced.. /// internal static string MetadataIsNotReferenced { get { return ResourceManager.GetString("MetadataIsNotReferenced", resourceCulture); } } /// /// Looks up a localized string similar to Expected end-of-file.. /// internal static string MissingEndOfFileInSolutionFile { get { return ResourceManager.GetString("MissingEndOfFileInSolutionFile", resourceCulture); } } /// /// Looks up a localized string similar to Expected header: "{0}".. /// internal static string MissingHeaderInSolutionFile { get { return ResourceManager.GetString("MissingHeaderInSolutionFile", resourceCulture); } } /// /// Looks up a localized string similar to Expected {0} line.. /// internal static string MissingLineInSolutionFile { get { return ResourceManager.GetString("MissingLineInSolutionFile", resourceCulture); } } /// /// Looks up a localized string similar to Name can be simplified.. /// internal static string NameCanBeSimplified { get { return ResourceManager.GetString("NameCanBeSimplified", resourceCulture); } } /// /// Looks up a localized string similar to Cannot deserialize type '{0}', no binder supplied.. /// internal static string NoBinderException { get { return ResourceManager.GetString("NoBinderException", resourceCulture); } } /// /// Looks up a localized string similar to Node is of the wrong type.. /// internal static string NodeIsOfTheWrongType { get { return ResourceManager.GetString("NodeIsOfTheWrongType", resourceCulture); } } /// /// Looks up a localized string similar to Node '{0}' must be contained in the new tree.. /// internal static string NodeMustBeContainedInTheNewTree { get { return ResourceManager.GetString("NodeMustBeContainedInTheNewTree", resourceCulture); } } /// /// Looks up a localized string similar to Node '{0}' must be contained in the old tree.. /// internal static string NodeMustBeContainedInTheOldTree { get { return ResourceManager.GetString("NodeMustBeContainedInTheOldTree", resourceCulture); } } /// /// Looks up a localized string similar to Cannot deserialize type '{0}', it has no deserialization reader.. /// internal static string NoReaderException { get { return ResourceManager.GetString("NoReaderException", resourceCulture); } } /// /// Looks up a localized string similar to The type '{0}' cannot be written, it does not implement IObjectWritable. /// internal static string NotWritableException { get { return ResourceManager.GetString("NotWritableException", resourceCulture); } } /// /// Looks up a localized string similar to This workspace does not support opening and closing documents.. /// internal static string OpenDocumentNotSupported { get { return ResourceManager.GetString("OpenDocumentNotSupported", resourceCulture); } } /// /// Looks up a localized string similar to The options being set didn't originate from a workspace.. /// internal static string OptionsDidNotComeFromWorkspace { get { return ResourceManager.GetString("OptionsDidNotComeFromWorkspace", resourceCulture); } } /// /// Looks up a localized string similar to Specified path must be absolute.. /// internal static string PathMustBeAbsolute { get { return ResourceManager.GetString("PathMustBeAbsolute", resourceCulture); } } /// /// Looks up a localized string similar to Populate switch. /// internal static string PopulateSwitch { get { return ResourceManager.GetString("PopulateSwitch", resourceCulture); } } /// /// Looks up a localized string similar to The solution already contains the specified project.. /// internal static string ProjectAlreadyInSolution { get { return ResourceManager.GetString("ProjectAlreadyInSolution", resourceCulture); } } /// /// Looks up a localized string similar to '{0}' is already referenced.. /// internal static string ProjectAlreadyReferenced { get { return ResourceManager.GetString("ProjectAlreadyReferenced", resourceCulture); } } /// /// Looks up a localized string similar to {0} still contains open documents.. /// internal static string ProjectContainsOpenDocuments { get { return ResourceManager.GetString("ProjectContainsOpenDocuments", resourceCulture); } } /// /// Looks up a localized string similar to The project already references the target project.. /// internal static string ProjectDirectlyReferencesTargetProject { get { return ResourceManager.GetString("ProjectDirectlyReferencesTargetProject", resourceCulture); } } /// /// Looks up a localized string similar to Project file not found: '{0}'. /// internal static string ProjectFileNotFound { get { return ResourceManager.GetString("ProjectFileNotFound", resourceCulture); } } /// /// Looks up a localized string similar to The solution does not contain the specified project.. /// internal static string ProjectNotInSolution { get { return ResourceManager.GetString("ProjectNotInSolution", resourceCulture); } } /// /// Looks up a localized string similar to '{0}' is not referenced.. /// internal static string ProjectNotReferenced { get { return ResourceManager.GetString("ProjectNotReferenced", resourceCulture); } } /// /// Looks up a localized string similar to '{0}' is already part of the workspace.. /// internal static string ProjectOrDocumentAlreadyInWorkspace { get { return ResourceManager.GetString("ProjectOrDocumentAlreadyInWorkspace", resourceCulture); } } /// /// Looks up a localized string similar to '{0}' is not part of the workspace.. /// internal static string ProjectOrDocumentNotInWorkspace { get { return ResourceManager.GetString("ProjectOrDocumentNotInWorkspace", resourceCulture); } } /// /// Looks up a localized string similar to The project already transitively references the target project.. /// internal static string ProjectTransitivelyReferencesTargetProject { get { return ResourceManager.GetString("ProjectTransitivelyReferencesTargetProject", resourceCulture); } } /// /// Looks up a localized string similar to Removed:. /// internal static string RemovedHeader { get { return ResourceManager.GetString("RemovedHeader", resourceCulture); } } /// /// Looks up a localized string similar to Removing additional documents is not supported.. /// internal static string RemovingAdditionalDocumentsIsNotSupported { get { return ResourceManager.GetString("RemovingAdditionalDocumentsIsNotSupported", resourceCulture); } } /// /// Looks up a localized string similar to Removing analyzer references is not supported.. /// internal static string RemovingAnalyzerReferencesNotSupported { get { return ResourceManager.GetString("RemovingAnalyzerReferencesNotSupported", resourceCulture); } } /// /// Looks up a localized string similar to Removing documents is not supported.. /// internal static string RemovingDocumentsNotSupported { get { return ResourceManager.GetString("RemovingDocumentsNotSupported", resourceCulture); } } /// /// Looks up a localized string similar to Removing metadata references is not supported.. /// internal static string RemovingMetadataReferencesNotSupported { get { return ResourceManager.GetString("RemovingMetadataReferencesNotSupported", resourceCulture); } } /// /// Looks up a localized string similar to Removing project references is not supported.. /// internal static string RemovingProjectReferencesNotSupported { get { return ResourceManager.GetString("RemovingProjectReferencesNotSupported", resourceCulture); } } /// /// Looks up a localized string similar to Removing projects is not supported.. /// internal static string RemovingProjectsNotSupported { get { return ResourceManager.GetString("RemovingProjectsNotSupported", resourceCulture); } } /// /// Looks up a localized string similar to Symbol "{0}" is not from source.. /// internal static string RenameSymbolIsNotFromSource { get { return ResourceManager.GetString("RenameSymbolIsNotFromSource", resourceCulture); } } /// /// Looks up a localized string similar to Solution file not found: '{0}'. /// internal static string SolutionFileNotFound { get { return ResourceManager.GetString("SolutionFileNotFound", resourceCulture); } } /// /// Looks up a localized string similar to "{0}" must be a non-null and non-empty string.. /// internal static string StringIsNullOrEmpty { get { return ResourceManager.GetString("StringIsNullOrEmpty", resourceCulture); } } /// /// Looks up a localized string similar to Temporary storage cannot be written more than once.. /// internal static string TemporaryStorageCannotBeWrittenMultipleTimes { get { return ResourceManager.GetString("TemporaryStorageCannotBeWrittenMultipleTimes", resourceCulture); } } /// /// Looks up a localized string similar to The member '{0}' is not declared within the declaration of the symbol.. /// internal static string TheMemberIsNotDeclaredWithinTheDeclarationOfTheSymbol { get { return ResourceManager.GetString("TheMemberIsNotDeclaredWithinTheDeclarationOfTheSymbol", resourceCulture); } } /// /// Looks up a localized string similar to The node is not part of the tree.. /// internal static string TheNodeIsNotPartOfTheTree { get { return ResourceManager.GetString("TheNodeIsNotPartOfTheTree", resourceCulture); } } /// /// Looks up a localized string similar to The position is not within the symbol's declaration. /// internal static string ThePositionIsNotWithinTheSymbolsDeclaration { get { return ResourceManager.GetString("ThePositionIsNotWithinTheSymbolsDeclaration", resourceCulture); } } /// /// Looks up a localized string similar to The symbol '{0}' cannot be located within the current solution.. /// internal static string TheSymbolCannotBeLocatedWithinTheCurrentSolution { get { return ResourceManager.GetString("TheSymbolCannotBeLocatedWithinTheCurrentSolution", resourceCulture); } } /// /// Looks up a localized string similar to Unknown identifier.. /// internal static string UnknownIdentifier { get { return ResourceManager.GetString("UnknownIdentifier", resourceCulture); } } /// /// Looks up a localized string similar to Unmerged change from project '{0}'. /// internal static string UnmergedChangeFromProject { get { return ResourceManager.GetString("UnmergedChangeFromProject", resourceCulture); } } /// /// Looks up a localized string similar to Unrecognized language name.. /// internal static string UnrecognizedLanguageName { get { return ResourceManager.GetString("UnrecognizedLanguageName", resourceCulture); } } /// /// Looks up a localized string similar to The language '{0}' is not supported.. /// internal static string UnsupportedLanguage { get { return ResourceManager.GetString("UnsupportedLanguage", resourceCulture); } } /// /// Looks up a localized string similar to Usage:. /// internal static string Usage { get { return ResourceManager.GetString("Usage", resourceCulture); } } /// /// Looks up a localized string similar to Value too large to be represented as a 30 bit unsigned integer.. /// internal static string ValueTooLargeToBeRepresented { get { return ResourceManager.GetString("ValueTooLargeToBeRepresented", resourceCulture); } } /// /// Looks up a localized string similar to Warning. /// internal static string Warning { get { return ResourceManager.GetString("Warning", resourceCulture); } } /// /// Looks up a localized string similar to Workspace is not empty.. /// internal static string WorkspaceIsNotEmpty { get { return ResourceManager.GetString("WorkspaceIsNotEmpty", resourceCulture); } } /// /// Looks up a localized string similar to Service of type '{0}' is required to accomplish the task but is not available from the workspace.. /// internal static string WorkspaceServicesUnavailable { get { return ResourceManager.GetString("WorkspaceServicesUnavailable", resourceCulture); } } } }