164 references to GetResourceString
Microsoft.CodeAnalysis.Analyzers (164)
artifacts\obj\Microsoft.CodeAnalysis.Analyzers\Release\netstandard2.0\Microsoft.CodeAnalysis.CodeAnalysisDiagnosticsResources.cs (164)
17internal static string @MissingAttributeMessage => GetResourceString("MissingAttributeMessage"); 19internal static string @MissingDiagnosticAnalyzerAttributeTitle => GetResourceString("MissingDiagnosticAnalyzerAttributeTitle"); 21internal static string @MissingDiagnosticAnalyzerAttributeDescription => GetResourceString("MissingDiagnosticAnalyzerAttributeDescription"); 23internal static string @AddLanguageSupportToAnalyzerMessage => GetResourceString("AddLanguageSupportToAnalyzerMessage"); 25internal static string @AddLanguageSupportToAnalyzerTitle => GetResourceString("AddLanguageSupportToAnalyzerTitle"); 27internal static string @AddLanguageSupportToAnalyzerDescription => GetResourceString("AddLanguageSupportToAnalyzerDescription"); 29internal static string @ApplyDiagnosticAnalyzerAttribute_1 => GetResourceString("ApplyDiagnosticAnalyzerAttribute_1"); 31internal static string @ApplyDiagnosticAnalyzerAttribute_2 => GetResourceString("ApplyDiagnosticAnalyzerAttribute_2"); 33internal static string @MissingSymbolKindArgumentToRegisterActionMessage => GetResourceString("MissingSymbolKindArgumentToRegisterActionMessage"); 35internal static string @MissingSyntaxKindArgumentToRegisterActionMessage => GetResourceString("MissingSyntaxKindArgumentToRegisterActionMessage"); 37internal static string @MissingOperationKindArgumentToRegisterActionMessage => GetResourceString("MissingOperationKindArgumentToRegisterActionMessage"); 39internal static string @MissingKindArgumentToRegisterActionTitle => GetResourceString("MissingKindArgumentToRegisterActionTitle"); 41internal static string @MissingKindArgumentToRegisterActionDescription => GetResourceString("MissingKindArgumentToRegisterActionDescription"); 43internal static string @UnsupportedSymbolKindArgumentToRegisterActionMessage => GetResourceString("UnsupportedSymbolKindArgumentToRegisterActionMessage"); 45internal static string @UnsupportedSymbolKindArgumentToRegisterActionTitle => GetResourceString("UnsupportedSymbolKindArgumentToRegisterActionTitle"); 47internal static string @InvalidReportDiagnosticMessage => GetResourceString("InvalidReportDiagnosticMessage"); 49internal static string @InvalidReportDiagnosticTitle => GetResourceString("InvalidReportDiagnosticTitle"); 51internal static string @InvalidReportDiagnosticDescription => GetResourceString("InvalidReportDiagnosticDescription"); 53internal static string @InvalidSyntaxKindTypeArgumentMessage => GetResourceString("InvalidSyntaxKindTypeArgumentMessage"); 55internal static string @InvalidSyntaxKindTypeArgumentTitle => GetResourceString("InvalidSyntaxKindTypeArgumentTitle"); 57internal static string @InvalidSyntaxKindTypeArgumentDescription => GetResourceString("InvalidSyntaxKindTypeArgumentDescription"); 59internal static string @StartActionWithOnlyEndActionTitle => GetResourceString("StartActionWithOnlyEndActionTitle"); 61internal static string @StartActionWithNoRegisteredActionsMessage => GetResourceString("StartActionWithNoRegisteredActionsMessage"); 63internal static string @StartActionWithNoRegisteredActionsTitle => GetResourceString("StartActionWithNoRegisteredActionsTitle"); 65internal static string @StartActionWithOnlyEndActionMessage => GetResourceString("StartActionWithOnlyEndActionMessage"); 67internal static string @StatefulAnalyzerRegisterActionsDescription => GetResourceString("StatefulAnalyzerRegisterActionsDescription"); 69internal static string @UseLocalizableStringsInDescriptorMessage => GetResourceString("UseLocalizableStringsInDescriptorMessage"); 71internal static string @UseLocalizableStringsInDescriptorTitle => GetResourceString("UseLocalizableStringsInDescriptorTitle"); 73internal static string @UseLocalizableStringsInDescriptorDescription => GetResourceString("UseLocalizableStringsInDescriptorDescription"); 75internal static string @ProvideHelpUriInDescriptorMessage => GetResourceString("ProvideHelpUriInDescriptorMessage"); 77internal static string @ProvideHelpUriInDescriptorTitle => GetResourceString("ProvideHelpUriInDescriptorTitle"); 79internal static string @ProvideHelpUriInDescriptorDescription => GetResourceString("ProvideHelpUriInDescriptorDescription"); 81internal static string @DoNotStorePerCompilationDataOntoFieldsMessage => GetResourceString("DoNotStorePerCompilationDataOntoFieldsMessage"); 83internal static string @DoNotStorePerCompilationDataOntoFieldsTitle => GetResourceString("DoNotStorePerCompilationDataOntoFieldsTitle"); 85internal static string @DoNotStorePerCompilationDataOntoFieldsDescription => GetResourceString("DoNotStorePerCompilationDataOntoFieldsDescription"); 87internal static string @InternalImplementationOnlyDescription => GetResourceString("InternalImplementationOnlyDescription"); 89internal static string @InternalImplementationOnlyMessage => GetResourceString("InternalImplementationOnlyMessage"); 91internal static string @InternalImplementationOnlyTitle => GetResourceString("InternalImplementationOnlyTitle"); 93internal static string @CodeActionNeedsEquivalenceKeyDescription => GetResourceString("CodeActionNeedsEquivalenceKeyDescription"); 95internal static string @CreateCodeActionWithEquivalenceKeyMessage => GetResourceString("CreateCodeActionWithEquivalenceKeyMessage"); 97internal static string @CreateCodeActionWithEquivalenceKeyTitle => GetResourceString("CreateCodeActionWithEquivalenceKeyTitle"); 99internal static string @OverrideCodeActionEquivalenceKeyMessage => GetResourceString("OverrideCodeActionEquivalenceKeyMessage"); 101internal static string @OverrideCodeActionEquivalenceKeyTitle => GetResourceString("OverrideCodeActionEquivalenceKeyTitle"); 103internal static string @OverrideGetFixAllProviderTitle => GetResourceString("OverrideGetFixAllProviderTitle"); 105internal static string @OverrideGetFixAllProviderMessage => GetResourceString("OverrideGetFixAllProviderMessage"); 107internal static string @OverrideGetFixAllProviderDescription => GetResourceString("OverrideGetFixAllProviderDescription"); 109internal static string @OverrideGetFixAllProviderCodeFixTitle => GetResourceString("OverrideGetFixAllProviderCodeFixTitle"); 111internal static string @DoNotIgnoreReturnValueOnImmutableObjectMethodInvocationDescription => GetResourceString("DoNotIgnoreReturnValueOnImmutableObjectMethodInvocationDescription"); 113internal static string @DoNotIgnoreReturnValueOnImmutableObjectMethodInvocationMessage => GetResourceString("DoNotIgnoreReturnValueOnImmutableObjectMethodInvocationMessage"); 115internal static string @DoNotIgnoreReturnValueOnImmutableObjectMethodInvocationTitle => GetResourceString("DoNotIgnoreReturnValueOnImmutableObjectMethodInvocationTitle"); 117internal static string @DiagnosticIdMustBeAConstantTitle => GetResourceString("DiagnosticIdMustBeAConstantTitle"); 119internal static string @DiagnosticIdMustBeAConstantMessage => GetResourceString("DiagnosticIdMustBeAConstantMessage"); 121internal static string @DiagnosticIdMustBeAConstantDescription => GetResourceString("DiagnosticIdMustBeAConstantDescription"); 123internal static string @DiagnosticIdMustBeInSpecifiedFormatTitle => GetResourceString("DiagnosticIdMustBeInSpecifiedFormatTitle"); 125internal static string @DiagnosticIdMustBeInSpecifiedFormatMessage => GetResourceString("DiagnosticIdMustBeInSpecifiedFormatMessage"); 127internal static string @DiagnosticIdMustBeInSpecifiedFormatDescription => GetResourceString("DiagnosticIdMustBeInSpecifiedFormatDescription"); 129internal static string @UseUniqueDiagnosticIdTitle => GetResourceString("UseUniqueDiagnosticIdTitle"); 131internal static string @UseUniqueDiagnosticIdMessage => GetResourceString("UseUniqueDiagnosticIdMessage"); 133internal static string @UseUniqueDiagnosticIdDescription => GetResourceString("UseUniqueDiagnosticIdDescription"); 135internal static string @UseCategoriesFromSpecifiedRangeTitle => GetResourceString("UseCategoriesFromSpecifiedRangeTitle"); 137internal static string @UseCategoriesFromSpecifiedRangeMessage => GetResourceString("UseCategoriesFromSpecifiedRangeMessage"); 139internal static string @UseCategoriesFromSpecifiedRangeDescription => GetResourceString("UseCategoriesFromSpecifiedRangeDescription"); 141internal static string @AnalyzerCategoryAndIdRangeFileInvalidTitle => GetResourceString("AnalyzerCategoryAndIdRangeFileInvalidTitle"); 143internal static string @AnalyzerCategoryAndIdRangeFileInvalidMessage => GetResourceString("AnalyzerCategoryAndIdRangeFileInvalidMessage"); 145internal static string @AnalyzerCategoryAndIdRangeFileInvalidDescription => GetResourceString("AnalyzerCategoryAndIdRangeFileInvalidDescription"); 147internal static string @DoNotUseTypesFromAssemblyRuleDescription => GetResourceString("DoNotUseTypesFromAssemblyRuleDescription"); 149internal static string @DoNotUseTypesFromAssemblyRuleDirectMessage => GetResourceString("DoNotUseTypesFromAssemblyRuleDirectMessage"); 151internal static string @DoNotUseTypesFromAssemblyRuleIndirectMessage => GetResourceString("DoNotUseTypesFromAssemblyRuleIndirectMessage"); 153internal static string @DoNotUseTypesFromAssemblyRuleTitle => GetResourceString("DoNotUseTypesFromAssemblyRuleTitle"); 155internal static string @UpgradeMSBuildWorkspaceDescription => GetResourceString("UpgradeMSBuildWorkspaceDescription"); 157internal static string @UpgradeMSBuildWorkspaceMessage => GetResourceString("UpgradeMSBuildWorkspaceMessage"); 159internal static string @UpgradeMSBuildWorkspaceTitle => GetResourceString("UpgradeMSBuildWorkspaceTitle"); 161internal static string @CompareSymbolsCorrectlyDescription => GetResourceString("CompareSymbolsCorrectlyDescription"); 163internal static string @CompareSymbolsCorrectlyMessage => GetResourceString("CompareSymbolsCorrectlyMessage"); 165internal static string @CompareSymbolsCorrectlyTitle => GetResourceString("CompareSymbolsCorrectlyTitle"); 167internal static string @CompareSymbolsCorrectlyCodeFix => GetResourceString("CompareSymbolsCorrectlyCodeFix"); 169internal static string @ConfigureGeneratedCodeAnalysisMessage => GetResourceString("ConfigureGeneratedCodeAnalysisMessage"); 171internal static string @ConfigureGeneratedCodeAnalysisTitle => GetResourceString("ConfigureGeneratedCodeAnalysisTitle"); 173internal static string @EnableConcurrentExecutionMessage => GetResourceString("EnableConcurrentExecutionMessage"); 175internal static string @EnableConcurrentExecutionTitle => GetResourceString("EnableConcurrentExecutionTitle"); 177internal static string @ConfigureGeneratedCodeAnalysisFix => GetResourceString("ConfigureGeneratedCodeAnalysisFix"); 179internal static string @EnableConcurrentExecutionFix => GetResourceString("EnableConcurrentExecutionFix"); 181internal static string @ClassIsNotDiagnosticAnalyzerMessage => GetResourceString("ClassIsNotDiagnosticAnalyzerMessage"); 183internal static string @ClassIsNotDiagnosticAnalyzerTitle => GetResourceString("ClassIsNotDiagnosticAnalyzerTitle"); 185internal static string @ProvideCustomTagsInDescriptorDescription => GetResourceString("ProvideCustomTagsInDescriptorDescription"); 187internal static string @ProvideCustomTagsInDescriptorMessage => GetResourceString("ProvideCustomTagsInDescriptorMessage"); 189internal static string @ProvideCustomTagsInDescriptorTitle => GetResourceString("ProvideCustomTagsInDescriptorTitle"); 191internal static string @DoNotUseReservedDiagnosticIdDescription => GetResourceString("DoNotUseReservedDiagnosticIdDescription"); 193internal static string @DoNotUseReservedDiagnosticIdMessage => GetResourceString("DoNotUseReservedDiagnosticIdMessage"); 195internal static string @DoNotUseReservedDiagnosticIdTitle => GetResourceString("DoNotUseReservedDiagnosticIdTitle"); 197internal static string @DoNotUseCompilationGetSemanticModelDescription => GetResourceString("DoNotUseCompilationGetSemanticModelDescription"); 199internal static string @DoNotUseCompilationGetSemanticModelMessage => GetResourceString("DoNotUseCompilationGetSemanticModelMessage"); 201internal static string @DoNotUseCompilationGetSemanticModelTitle => GetResourceString("DoNotUseCompilationGetSemanticModelTitle"); 203internal static string @DeclareDiagnosticIdInAnalyzerReleaseTitle => GetResourceString("DeclareDiagnosticIdInAnalyzerReleaseTitle"); 205internal static string @DeclareDiagnosticIdInAnalyzerReleaseMessage => GetResourceString("DeclareDiagnosticIdInAnalyzerReleaseMessage"); 207internal static string @DeclareDiagnosticIdInAnalyzerReleaseDescription => GetResourceString("DeclareDiagnosticIdInAnalyzerReleaseDescription"); 209internal static string @AddEntryForDiagnosticIdInAnalyzerReleaseCodeFixTitle => GetResourceString("AddEntryForDiagnosticIdInAnalyzerReleaseCodeFixTitle"); 211internal static string @UpdateDiagnosticIdInAnalyzerReleaseTitle => GetResourceString("UpdateDiagnosticIdInAnalyzerReleaseTitle"); 213internal static string @UpdateDiagnosticIdInAnalyzerReleaseMessage => GetResourceString("UpdateDiagnosticIdInAnalyzerReleaseMessage"); 215internal static string @UpdateDiagnosticIdInAnalyzerReleaseDescription => GetResourceString("UpdateDiagnosticIdInAnalyzerReleaseDescription"); 217internal static string @UpdateEntryForDiagnosticIdInAnalyzerReleaseCodeFixTitle => GetResourceString("UpdateEntryForDiagnosticIdInAnalyzerReleaseCodeFixTitle"); 219internal static string @RemoveUnshippedDeletedDiagnosticIdTitle => GetResourceString("RemoveUnshippedDeletedDiagnosticIdTitle"); 221internal static string @RemoveUnshippedDeletedDiagnosticIdMessage => GetResourceString("RemoveUnshippedDeletedDiagnosticIdMessage"); 223internal static string @RemoveUnshippedDeletedDiagnosticIdDescription => GetResourceString("RemoveUnshippedDeletedDiagnosticIdDescription"); 225internal static string @RemoveShippedDeletedDiagnosticIdTitle => GetResourceString("RemoveShippedDeletedDiagnosticIdTitle"); 227internal static string @RemoveShippedDeletedDiagnosticIdMessage => GetResourceString("RemoveShippedDeletedDiagnosticIdMessage"); 229internal static string @RemoveShippedDeletedDiagnosticIdDescription => GetResourceString("RemoveShippedDeletedDiagnosticIdDescription"); 231internal static string @UnexpectedAnalyzerDiagnosticForRemovedDiagnosticIdTitle => GetResourceString("UnexpectedAnalyzerDiagnosticForRemovedDiagnosticIdTitle"); 233internal static string @UnexpectedAnalyzerDiagnosticForRemovedDiagnosticIdMessage => GetResourceString("UnexpectedAnalyzerDiagnosticForRemovedDiagnosticIdMessage"); 235internal static string @UnexpectedAnalyzerDiagnosticForRemovedDiagnosticIdDescription => GetResourceString("UnexpectedAnalyzerDiagnosticForRemovedDiagnosticIdDescription"); 237internal static string @RemoveDuplicateEntriesForAnalyzerReleaseRuleTitle => GetResourceString("RemoveDuplicateEntriesForAnalyzerReleaseRuleTitle"); 239internal static string @RemoveDuplicateEntriesForAnalyzerReleaseRuleMessage => GetResourceString("RemoveDuplicateEntriesForAnalyzerReleaseRuleMessage"); 241internal static string @RemoveDuplicateEntriesForAnalyzerReleaseRuleDescription => GetResourceString("RemoveDuplicateEntriesForAnalyzerReleaseRuleDescription"); 243internal static string @RemoveDuplicateEntriesBetweenAnalyzerReleasesRuleTitle => GetResourceString("RemoveDuplicateEntriesBetweenAnalyzerReleasesRuleTitle"); 245internal static string @RemoveDuplicateEntriesBetweenAnalyzerReleasesRuleMessage => GetResourceString("RemoveDuplicateEntriesBetweenAnalyzerReleasesRuleMessage"); 247internal static string @RemoveDuplicateEntriesBetweenAnalyzerReleasesRuleDescription => GetResourceString("RemoveDuplicateEntriesBetweenAnalyzerReleasesRuleDescription"); 249internal static string @InvalidEntryInAnalyzerReleasesFileRuleTitle => GetResourceString("InvalidEntryInAnalyzerReleasesFileRuleTitle"); 251internal static string @InvalidEntryInAnalyzerReleasesFileRuleMessage => GetResourceString("InvalidEntryInAnalyzerReleasesFileRuleMessage"); 253internal static string @InvalidHeaderInAnalyzerReleasesFileRuleMessage => GetResourceString("InvalidHeaderInAnalyzerReleasesFileRuleMessage"); 255internal static string @InvalidUndetectedEntryInAnalyzerReleasesFileRuleMessage => GetResourceString("InvalidUndetectedEntryInAnalyzerReleasesFileRuleMessage"); 257internal static string @InvalidRemovedOrChangedWithoutPriorNewEntryInAnalyzerReleasesFileRuleMessageMessage => GetResourceString("InvalidRemovedOrChangedWithoutPriorNewEntryInAnalyzerReleasesFileRuleMessageMessage"); 259internal static string @InvalidEntryInAnalyzerReleasesFileRuleDescription => GetResourceString("InvalidEntryInAnalyzerReleasesFileRuleDescription"); 261internal static string @EnableAnalyzerReleaseTrackingRuleTitle => GetResourceString("EnableAnalyzerReleaseTrackingRuleTitle"); 263internal static string @EnableAnalyzerReleaseTrackingRuleMessage => GetResourceString("EnableAnalyzerReleaseTrackingRuleMessage"); 265internal static string @EnableAnalyzerReleaseTrackingRuleDescription => GetResourceString("EnableAnalyzerReleaseTrackingRuleDescription"); 267internal static string @DefineDiagnosticTitleCorrectlyMessage => GetResourceString("DefineDiagnosticTitleCorrectlyMessage"); 269internal static string @DefineDiagnosticTitleCorrectlyTitle => GetResourceString("DefineDiagnosticTitleCorrectlyTitle"); 271internal static string @DefineDiagnosticMessageCorrectlyMessage => GetResourceString("DefineDiagnosticMessageCorrectlyMessage"); 273internal static string @DefineDiagnosticMessageCorrectlyTitle => GetResourceString("DefineDiagnosticMessageCorrectlyTitle"); 275internal static string @DefineDiagnosticDescriptionCorrectlyMessage => GetResourceString("DefineDiagnosticDescriptionCorrectlyMessage"); 277internal static string @DefineDiagnosticDescriptionCorrectlyTitle => GetResourceString("DefineDiagnosticDescriptionCorrectlyTitle"); 279internal static string @AddCompilationEndCustomTagDescription => GetResourceString("AddCompilationEndCustomTagDescription"); 281internal static string @AddCompilationEndCustomTagMessage => GetResourceString("AddCompilationEndCustomTagMessage"); 283internal static string @AddCompilationEndCustomTagTitle => GetResourceString("AddCompilationEndCustomTagTitle"); 285internal static string @CompareSymbolsCorrectlyDescriptionGetHashCode => GetResourceString("CompareSymbolsCorrectlyDescriptionGetHashCode"); 287internal static string @PreferIsKindDescription => GetResourceString("PreferIsKindDescription"); 289internal static string @PreferIsKindMessage => GetResourceString("PreferIsKindMessage"); 291internal static string @PreferIsKindTitle => GetResourceString("PreferIsKindTitle"); 293internal static string @PreferIsKindFix => GetResourceString("PreferIsKindFix"); 295internal static string @SymbolIsBannedInAnalyzersDescription => GetResourceString("SymbolIsBannedInAnalyzersDescription"); 297internal static string @SymbolIsBannedInAnalyzersMessage => GetResourceString("SymbolIsBannedInAnalyzersMessage"); 299internal static string @SymbolIsBannedInAnalyzersTitle => GetResourceString("SymbolIsBannedInAnalyzersTitle"); 301internal static string @NoSettingSpecifiedSymbolIsBannedInAnalyzersDescription => GetResourceString("NoSettingSpecifiedSymbolIsBannedInAnalyzersDescription"); 303internal static string @NoSettingSpecifiedSymbolIsBannedInAnalyzersMessage => GetResourceString("NoSettingSpecifiedSymbolIsBannedInAnalyzersMessage"); 305internal static string @NoSettingSpecifiedSymbolIsBannedInAnalyzersTitle => GetResourceString("NoSettingSpecifiedSymbolIsBannedInAnalyzersTitle"); 307internal static string @DoNotDeclareCompilerFeatureInAssemblyWithWorkspacesReferenceMessage => GetResourceString("DoNotDeclareCompilerFeatureInAssemblyWithWorkspacesReferenceMessage"); 309internal static string @DoNotDeclareCSharpCompilerFeatureInAssemblyWithVisualBasicReferenceMessage => GetResourceString("DoNotDeclareCSharpCompilerFeatureInAssemblyWithVisualBasicReferenceMessage"); 311internal static string @DoNotDeclareVisualBasicCompilerFeatureInAssemblyWithCSharpReferenceMessage => GetResourceString("DoNotDeclareVisualBasicCompilerFeatureInAssemblyWithCSharpReferenceMessage"); 313internal static string @DoNotRegisterCompilerTypesWithBadAssemblyReferenceRuleDescription => GetResourceString("DoNotRegisterCompilerTypesWithBadAssemblyReferenceRuleDescription"); 315internal static string @DoNotRegisterCompilerTypesWithBadAssemblyReferenceRuleTitle => GetResourceString("DoNotRegisterCompilerTypesWithBadAssemblyReferenceRuleTitle"); 317internal static string @SemanticModelGetDeclaredSymbolAlwaysReturnsNullDescription => GetResourceString("SemanticModelGetDeclaredSymbolAlwaysReturnsNullDescription"); 319internal static string @SemanticModelGetDeclaredSymbolAlwaysReturnsNullMessage => GetResourceString("SemanticModelGetDeclaredSymbolAlwaysReturnsNullMessage"); 321internal static string @SemanticModelGetDeclaredSymbolAlwaysReturnsNullTitle => GetResourceString("SemanticModelGetDeclaredSymbolAlwaysReturnsNullTitle"); 323internal static string @SemanticModelGetDeclaredSymbolAlwaysReturnsNullForFieldDescription => GetResourceString("SemanticModelGetDeclaredSymbolAlwaysReturnsNullForFieldDescription"); 325internal static string @SemanticModelGetDeclaredSymbolAlwaysReturnsNullForFieldMessage => GetResourceString("SemanticModelGetDeclaredSymbolAlwaysReturnsNullForFieldMessage"); 327internal static string @DoNotDeclareCompilerFeatureInAssemblyWithUnsupportedTargetFrameworkMessage => GetResourceString("DoNotDeclareCompilerFeatureInAssemblyWithUnsupportedTargetFrameworkMessage"); 329internal static string @DoNotDeclareCompilerFeatureInAssemblyWithUnsupportedTargetFrameworkRuleDescription => GetResourceString("DoNotDeclareCompilerFeatureInAssemblyWithUnsupportedTargetFrameworkRuleDescription"); 331internal static string @DoNotDeclareCompilerFeatureInAssemblyWithUnsupportedTargetFrameworkRuleTitle => GetResourceString("DoNotDeclareCompilerFeatureInAssemblyWithUnsupportedTargetFrameworkRuleTitle"); 333internal static string @ImplementationIsObsoleteDescription => GetResourceString("ImplementationIsObsoleteDescription"); 335internal static string @ImplementationIsObsoleteMessage => GetResourceString("ImplementationIsObsoleteMessage"); 337internal static string @ImplementationIsObsoleteTitle => GetResourceString("ImplementationIsObsoleteTitle"); 339internal static string @DoNotUseFileTypesForAnalyzersOrGeneratorsDescription => GetResourceString("DoNotUseFileTypesForAnalyzersOrGeneratorsDescription"); 341internal static string @DoNotUseFileTypesForAnalyzersOrGeneratorsMessage => GetResourceString("DoNotUseFileTypesForAnalyzersOrGeneratorsMessage"); 343internal static string @DoNotUseFileTypesForAnalyzersOrGeneratorsTitle => GetResourceString("DoNotUseFileTypesForAnalyzersOrGeneratorsTitle");