728 references to GetResourceString
Microsoft.CodeAnalysis.NetAnalyzers (728)
src\ec800c9639950e5d\Microsoft.NetCore.Analyzers.MicrosoftNetCoreAnalyzersResources.cs (728)
17internal static string @ReviewSQLQueriesForSecurityVulnerabilitiesDescription => GetResourceString("ReviewSQLQueriesForSecurityVulnerabilitiesDescription"); 19internal static string @ReviewSQLQueriesForSecurityVulnerabilitiesMessageNoNonLiterals => GetResourceString("ReviewSQLQueriesForSecurityVulnerabilitiesMessageNoNonLiterals"); 21internal static string @ReviewSQLQueriesForSecurityVulnerabilitiesTitle => GetResourceString("ReviewSQLQueriesForSecurityVulnerabilitiesTitle"); 23internal static string @DoNotCallToImmutableCollectionOnAnImmutableCollectionValueTitle => GetResourceString("DoNotCallToImmutableCollectionOnAnImmutableCollectionValueTitle"); 25internal static string @DoNotCallToImmutableCollectionOnAnImmutableCollectionValueMessage => GetResourceString("DoNotCallToImmutableCollectionOnAnImmutableCollectionValueMessage"); 27internal static string @RemoveRedundantCall => GetResourceString("RemoveRedundantCall"); 29internal static string @PInvokesShouldNotBeVisibleTitle => GetResourceString("PInvokesShouldNotBeVisibleTitle"); 31internal static string @PInvokesShouldNotBeVisibleDescription => GetResourceString("PInvokesShouldNotBeVisibleDescription"); 33internal static string @PInvokesShouldNotBeVisibleMessage => GetResourceString("PInvokesShouldNotBeVisibleMessage"); 35internal static string @SpecifyMarshalingForPInvokeStringArgumentsTitle => GetResourceString("SpecifyMarshalingForPInvokeStringArgumentsTitle"); 37internal static string @SpecifyMarshalingForPInvokeStringArgumentsDescription => GetResourceString("SpecifyMarshalingForPInvokeStringArgumentsDescription"); 39internal static string @UseManagedEquivalentsOfWin32ApiTitle => GetResourceString("UseManagedEquivalentsOfWin32ApiTitle"); 41internal static string @UseManagedEquivalentsOfWin32ApiDescription => GetResourceString("UseManagedEquivalentsOfWin32ApiDescription"); 43internal static string @UseManagedEquivalentsOfWin32ApiMessage => GetResourceString("UseManagedEquivalentsOfWin32ApiMessage"); 45internal static string @MarkBooleanPInvokeArgumentsWithMarshalAsTitle => GetResourceString("MarkBooleanPInvokeArgumentsWithMarshalAsTitle"); 47internal static string @MarkBooleanPInvokeArgumentsWithMarshalAsDescription => GetResourceString("MarkBooleanPInvokeArgumentsWithMarshalAsDescription"); 49internal static string @MarkBooleanPInvokeArgumentsWithMarshalAsMessageDefault => GetResourceString("MarkBooleanPInvokeArgumentsWithMarshalAsMessageDefault"); 51internal static string @MarkBooleanPInvokeArgumentsWithMarshalAsMessageReturn => GetResourceString("MarkBooleanPInvokeArgumentsWithMarshalAsMessageReturn"); 53internal static string @MarkAssembliesWithNeutralResourcesLanguageTitle => GetResourceString("MarkAssembliesWithNeutralResourcesLanguageTitle"); 55internal static string @MarkAssembliesWithNeutralResourcesLanguageDescription => GetResourceString("MarkAssembliesWithNeutralResourcesLanguageDescription"); 57internal static string @MarkAssembliesWithNeutralResourcesLanguageMessage => GetResourceString("MarkAssembliesWithNeutralResourcesLanguageMessage"); 59internal static string @UseOrdinalStringComparisonTitle => GetResourceString("UseOrdinalStringComparisonTitle"); 61internal static string @UseOrdinalStringComparisonDescription => GetResourceString("UseOrdinalStringComparisonDescription"); 63internal static string @DoNotUseCountWhenAnyCanBeUsedDescription => GetResourceString("DoNotUseCountWhenAnyCanBeUsedDescription"); 65internal static string @DoNotUseCountWhenAnyCanBeUsedMessage => GetResourceString("DoNotUseCountWhenAnyCanBeUsedMessage"); 67internal static string @DoNotUseCountWhenAnyCanBeUsedTitle => GetResourceString("DoNotUseCountWhenAnyCanBeUsedTitle"); 69internal static string @DoNotUseAsParallelInForEachLoopTitle => GetResourceString("DoNotUseAsParallelInForEachLoopTitle"); 71internal static string @DoNotUseAsParallelInForEachLoopMessage => GetResourceString("DoNotUseAsParallelInForEachLoopMessage"); 73internal static string @DoNotUseAsParallelInForEachLoopDescription => GetResourceString("DoNotUseAsParallelInForEachLoopDescription"); 75internal static string @PreferConvertToHexStringOverBitConverterTitle => GetResourceString("PreferConvertToHexStringOverBitConverterTitle"); 77internal static string @PreferConvertToHexStringOverBitConverterDescription => GetResourceString("PreferConvertToHexStringOverBitConverterDescription"); 79internal static string @PreferConvertToHexStringOverBitConverterMessage => GetResourceString("PreferConvertToHexStringOverBitConverterMessage"); 81internal static string @PreferConvertToHexStringOverBitConverterCodeFixTitle => GetResourceString("PreferConvertToHexStringOverBitConverterCodeFixTitle"); 83internal static string @DoNotUseTimersThatPreventPowerStateChangesTitle => GetResourceString("DoNotUseTimersThatPreventPowerStateChangesTitle"); 85internal static string @DoNotUseTimersThatPreventPowerStateChangesDescription => GetResourceString("DoNotUseTimersThatPreventPowerStateChangesDescription"); 87internal static string @DoNotUseTimersThatPreventPowerStateChangesMessage => GetResourceString("DoNotUseTimersThatPreventPowerStateChangesMessage"); 89internal static string @AvoidUnsealedAttributesTitle => GetResourceString("AvoidUnsealedAttributesTitle"); 91internal static string @AvoidUnsealedAttributesDescription => GetResourceString("AvoidUnsealedAttributesDescription"); 93internal static string @AvoidUnsealedAttributesMessage => GetResourceString("AvoidUnsealedAttributesMessage"); 95internal static string @AvoidConstArraysTitle => GetResourceString("AvoidConstArraysTitle"); 97internal static string @AvoidConstArraysCodeFixTitle => GetResourceString("AvoidConstArraysCodeFixTitle"); 99internal static string @AvoidConstArraysDescription => GetResourceString("AvoidConstArraysDescription"); 101internal static string @AvoidConstArraysMessage => GetResourceString("AvoidConstArraysMessage"); 103internal static string @AvoidUnreliableStreamReadTitle => GetResourceString("AvoidUnreliableStreamReadTitle"); 105internal static string @AvoidUnreliableStreamReadCodeFixTitle => GetResourceString("AvoidUnreliableStreamReadCodeFixTitle"); 107internal static string @AvoidUnreliableStreamReadDescription => GetResourceString("AvoidUnreliableStreamReadDescription"); 109internal static string @AvoidUnreliableStreamReadMessage => GetResourceString("AvoidUnreliableStreamReadMessage"); 111internal static string @TestForEmptyStringsUsingStringLengthTitle => GetResourceString("TestForEmptyStringsUsingStringLengthTitle"); 113internal static string @TestForEmptyStringsUsingStringLengthDescription => GetResourceString("TestForEmptyStringsUsingStringLengthDescription"); 115internal static string @TestForEmptyStringsUsingStringLengthMessage => GetResourceString("TestForEmptyStringsUsingStringLengthMessage"); 117internal static string @DoNotLockOnObjectsWithWeakIdentityTitle => GetResourceString("DoNotLockOnObjectsWithWeakIdentityTitle"); 119internal static string @DoNotLockOnObjectsWithWeakIdentityDescription => GetResourceString("DoNotLockOnObjectsWithWeakIdentityDescription"); 121internal static string @DoNotLockOnObjectsWithWeakIdentityMessage => GetResourceString("DoNotLockOnObjectsWithWeakIdentityMessage"); 123internal static string @DoNotRaiseReservedExceptionTypesTitle => GetResourceString("DoNotRaiseReservedExceptionTypesTitle"); 125internal static string @DoNotRaiseReservedExceptionTypesDescription => GetResourceString("DoNotRaiseReservedExceptionTypesDescription"); 127internal static string @DoNotRaiseReservedExceptionTypesMessageTooGeneric => GetResourceString("DoNotRaiseReservedExceptionTypesMessageTooGeneric"); 129internal static string @DoNotRaiseReservedExceptionTypesMessageReserved => GetResourceString("DoNotRaiseReservedExceptionTypesMessageReserved"); 131internal static string @DoNotUseEndOfStreamInAsyncMethodsTitle => GetResourceString("DoNotUseEndOfStreamInAsyncMethodsTitle"); 133internal static string @DoNotUseEndOfStreamInAsyncMethodsDescription => GetResourceString("DoNotUseEndOfStreamInAsyncMethodsDescription"); 135internal static string @DoNotUseEndOfStreamInAsyncMethodsMessage => GetResourceString("DoNotUseEndOfStreamInAsyncMethodsMessage"); 137internal static string @InitializeValueTypeStaticFieldsInlineTitle => GetResourceString("InitializeValueTypeStaticFieldsInlineTitle"); 139internal static string @InitializeReferenceTypeStaticFieldsInlineTitle => GetResourceString("InitializeReferenceTypeStaticFieldsInlineTitle"); 141internal static string @InitializeValueTypeStaticFieldsInlineDescription => GetResourceString("InitializeValueTypeStaticFieldsInlineDescription"); 143internal static string @InitializeReferenceTypeStaticFieldsInlineDescription => GetResourceString("InitializeReferenceTypeStaticFieldsInlineDescription"); 145internal static string @InitializeStaticFieldsInlineMessage => GetResourceString("InitializeStaticFieldsInlineMessage"); 147internal static string @DisposableTypesShouldDeclareFinalizerTitle => GetResourceString("DisposableTypesShouldDeclareFinalizerTitle"); 149internal static string @DisposableTypesShouldDeclareFinalizerDescription => GetResourceString("DisposableTypesShouldDeclareFinalizerDescription"); 151internal static string @DisposableTypesShouldDeclareFinalizerMessage => GetResourceString("DisposableTypesShouldDeclareFinalizerMessage"); 153internal static string @ProvideCorrectArgumentsToFormattingMethodsTitle => GetResourceString("ProvideCorrectArgumentsToFormattingMethodsTitle"); 155internal static string @ProvideCorrectArgumentsToFormattingMethodsDescription => GetResourceString("ProvideCorrectArgumentsToFormattingMethodsDescription"); 157internal static string @ProvideCorrectArgumentsToFormattingMethodsMessage => GetResourceString("ProvideCorrectArgumentsToFormattingMethodsMessage"); 159internal static string @ProvideCorrectArgumentsToFormattingMethodsInvalidFormatMessage => GetResourceString("ProvideCorrectArgumentsToFormattingMethodsInvalidFormatMessage"); 161internal static string @TestForNaNCorrectlyTitle => GetResourceString("TestForNaNCorrectlyTitle"); 163internal static string @TestForNaNCorrectlyDescription => GetResourceString("TestForNaNCorrectlyDescription"); 165internal static string @TestForNaNCorrectlyMessage => GetResourceString("TestForNaNCorrectlyMessage"); 167internal static string @AttributeStringLiteralsShouldParseCorrectlyTitle => GetResourceString("AttributeStringLiteralsShouldParseCorrectlyTitle"); 169internal static string @AttributeStringLiteralsShouldParseCorrectlyDescription => GetResourceString("AttributeStringLiteralsShouldParseCorrectlyDescription"); 171internal static string @AttributeStringLiteralsShouldParseCorrectlyMessageDefault => GetResourceString("AttributeStringLiteralsShouldParseCorrectlyMessageDefault"); 173internal static string @AttributeStringLiteralsShouldParseCorrectlyMessageEmpty => GetResourceString("AttributeStringLiteralsShouldParseCorrectlyMessageEmpty"); 175internal static string @AvoidZeroLengthArrayAllocationsTitle => GetResourceString("AvoidZeroLengthArrayAllocationsTitle"); 177internal static string @AvoidZeroLengthArrayAllocationsMessage => GetResourceString("AvoidZeroLengthArrayAllocationsMessage"); 179internal static string @DoNotUseEnumerableMethodsOnIndexableCollectionsInsteadUseTheCollectionDirectlyTitle => GetResourceString("DoNotUseEnumerableMethodsOnIndexableCollectionsInsteadUseTheCollectionDirectlyTitle"); 181internal static string @DoNotUseEnumerableMethodsOnIndexableCollectionsInsteadUseTheCollectionDirectlyDescription => GetResourceString("DoNotUseEnumerableMethodsOnIndexableCollectionsInsteadUseTheCollectionDirectlyDescription"); 183internal static string @DoNotUseEnumerableMethodsOnIndexableCollectionsInsteadUseTheCollectionDirectlyMessage => GetResourceString("DoNotUseEnumerableMethodsOnIndexableCollectionsInsteadUseTheCollectionDirectlyMessage"); 185internal static string @SpecifyCultureInfoTitle => GetResourceString("SpecifyCultureInfoTitle"); 187internal static string @SpecifyCultureInfoDescription => GetResourceString("SpecifyCultureInfoDescription"); 189internal static string @SpecifyCultureInfoMessage => GetResourceString("SpecifyCultureInfoMessage"); 191internal static string @SpecifyIFormatProviderTitle => GetResourceString("SpecifyIFormatProviderTitle"); 193internal static string @SpecifyIFormatProviderDescription => GetResourceString("SpecifyIFormatProviderDescription"); 195internal static string @SpecifyIFormatProviderMessageIFormatProviderAlternateString => GetResourceString("SpecifyIFormatProviderMessageIFormatProviderAlternateString"); 197internal static string @SpecifyIFormatProviderMessageIFormatProviderAlternate => GetResourceString("SpecifyIFormatProviderMessageIFormatProviderAlternate"); 199internal static string @SpecifyIFormatProviderMessageUICultureString => GetResourceString("SpecifyIFormatProviderMessageUICultureString"); 201internal static string @SpecifyIFormatProviderMessageUICulture => GetResourceString("SpecifyIFormatProviderMessageUICulture"); 203internal static string @SpecifyStringComparisonCA1307Title => GetResourceString("SpecifyStringComparisonCA1307Title"); 205internal static string @SpecifyStringComparisonCA1307Description => GetResourceString("SpecifyStringComparisonCA1307Description"); 207internal static string @SpecifyStringComparisonCA1307Message => GetResourceString("SpecifyStringComparisonCA1307Message"); 209internal static string @SpecifyStringComparisonCA1310Title => GetResourceString("SpecifyStringComparisonCA1310Title"); 211internal static string @SpecifyStringComparisonCA1310Description => GetResourceString("SpecifyStringComparisonCA1310Description"); 213internal static string @SpecifyStringComparisonCA1310Message => GetResourceString("SpecifyStringComparisonCA1310Message"); 215internal static string @NormalizeStringsToUppercaseTitle => GetResourceString("NormalizeStringsToUppercaseTitle"); 217internal static string @NormalizeStringsToUppercaseDescription => GetResourceString("NormalizeStringsToUppercaseDescription"); 219internal static string @NormalizeStringsToUppercaseMessageToUpper => GetResourceString("NormalizeStringsToUppercaseMessageToUpper"); 221internal static string @CallGCSuppressFinalizeCorrectlyTitle => GetResourceString("CallGCSuppressFinalizeCorrectlyTitle"); 223internal static string @CallGCSuppressFinalizeCorrectlyDescription => GetResourceString("CallGCSuppressFinalizeCorrectlyDescription"); 225internal static string @CallGCSuppressFinalizeCorrectlyMessageNotCalledWithFinalizer => GetResourceString("CallGCSuppressFinalizeCorrectlyMessageNotCalledWithFinalizer"); 227internal static string @CallGCSuppressFinalizeCorrectlyMessageNotCalled => GetResourceString("CallGCSuppressFinalizeCorrectlyMessageNotCalled"); 229internal static string @CallGCSuppressFinalizeCorrectlyMessageNotPassedThis => GetResourceString("CallGCSuppressFinalizeCorrectlyMessageNotPassedThis"); 231internal static string @CallGCSuppressFinalizeCorrectlyMessageOutsideDispose => GetResourceString("CallGCSuppressFinalizeCorrectlyMessageOutsideDispose"); 233internal static string @InstantiateArgumentExceptionsCorrectlyTitle => GetResourceString("InstantiateArgumentExceptionsCorrectlyTitle"); 235internal static string @InstantiateArgumentExceptionsCorrectlyDescription => GetResourceString("InstantiateArgumentExceptionsCorrectlyDescription"); 237internal static string @InstantiateArgumentExceptionsCorrectlyMessageNoArguments => GetResourceString("InstantiateArgumentExceptionsCorrectlyMessageNoArguments"); 239internal static string @InstantiateArgumentExceptionsCorrectlyMessageIncorrectMessage => GetResourceString("InstantiateArgumentExceptionsCorrectlyMessageIncorrectMessage"); 241internal static string @InstantiateArgumentExceptionsCorrectlyMessageIncorrectParameterName => GetResourceString("InstantiateArgumentExceptionsCorrectlyMessageIncorrectParameterName"); 243internal static string @UseArrayEmpty => GetResourceString("UseArrayEmpty"); 245internal static string @UseIndexer => GetResourceString("UseIndexer"); 247internal static string @DisposableFieldsShouldBeDisposedDescription => GetResourceString("DisposableFieldsShouldBeDisposedDescription"); 249internal static string @DisposableFieldsShouldBeDisposedMessage => GetResourceString("DisposableFieldsShouldBeDisposedMessage"); 251internal static string @DisposableFieldsShouldBeDisposedTitle => GetResourceString("DisposableFieldsShouldBeDisposedTitle"); 253internal static string @DisposeMethodsShouldCallBaseClassDisposeDescription => GetResourceString("DisposeMethodsShouldCallBaseClassDisposeDescription"); 255internal static string @DisposeMethodsShouldCallBaseClassDisposeMessage => GetResourceString("DisposeMethodsShouldCallBaseClassDisposeMessage"); 257internal static string @DisposeMethodsShouldCallBaseClassDisposeTitle => GetResourceString("DisposeMethodsShouldCallBaseClassDisposeTitle"); 259internal static string @DisposeObjectsBeforeLosingScopeDescription => GetResourceString("DisposeObjectsBeforeLosingScopeDescription"); 261internal static string @DisposeObjectsBeforeLosingScopeNotDisposedMessage => GetResourceString("DisposeObjectsBeforeLosingScopeNotDisposedMessage"); 263internal static string @DisposeObjectsBeforeLosingScopeMayBeDisposedMessage => GetResourceString("DisposeObjectsBeforeLosingScopeMayBeDisposedMessage"); 265internal static string @DisposeObjectsBeforeLosingScopeNotDisposedOnExceptionPathsMessage => GetResourceString("DisposeObjectsBeforeLosingScopeNotDisposedOnExceptionPathsMessage"); 267internal static string @DisposeObjectsBeforeLosingScopeMayBeDisposedOnExceptionPathsMessage => GetResourceString("DisposeObjectsBeforeLosingScopeMayBeDisposedOnExceptionPathsMessage"); 269internal static string @DisposeObjectsBeforeLosingScopeTitle => GetResourceString("DisposeObjectsBeforeLosingScopeTitle"); 271internal static string @DoNotPassLiteralsAsLocalizedParametersDescription => GetResourceString("DoNotPassLiteralsAsLocalizedParametersDescription"); 273internal static string @DoNotPassLiteralsAsLocalizedParametersMessage => GetResourceString("DoNotPassLiteralsAsLocalizedParametersMessage"); 275internal static string @DoNotPassLiteralsAsLocalizedParametersTitle => GetResourceString("DoNotPassLiteralsAsLocalizedParametersTitle"); 277internal static string @AddNonSerializedAttributeCodeActionTitle => GetResourceString("AddNonSerializedAttributeCodeActionTitle"); 279internal static string @AddSerializableAttributeCodeActionTitle => GetResourceString("AddSerializableAttributeCodeActionTitle"); 281internal static string @MarkAllNonSerializableFieldsDescription => GetResourceString("MarkAllNonSerializableFieldsDescription"); 283internal static string @MarkAllNonSerializableFieldsMessage => GetResourceString("MarkAllNonSerializableFieldsMessage"); 285internal static string @MarkAllNonSerializableFieldsTitle => GetResourceString("MarkAllNonSerializableFieldsTitle"); 287internal static string @MarkISerializableTypesWithSerializableDescription => GetResourceString("MarkISerializableTypesWithSerializableDescription"); 289internal static string @MarkISerializableTypesWithSerializableMessage => GetResourceString("MarkISerializableTypesWithSerializableMessage"); 291internal static string @MarkISerializableTypesWithSerializableTitle => GetResourceString("MarkISerializableTypesWithSerializableTitle"); 293internal static string @ReviewCodeForSqlInjectionVulnerabilitiesMessage => GetResourceString("ReviewCodeForSqlInjectionVulnerabilitiesMessage"); 295internal static string @ReviewCodeForSqlInjectionVulnerabilitiesTitle => GetResourceString("ReviewCodeForSqlInjectionVulnerabilitiesTitle"); 297internal static string @BinaryFormatterDeserializeMaybeWithoutBinderSetMessage => GetResourceString("BinaryFormatterDeserializeMaybeWithoutBinderSetMessage"); 299internal static string @BinaryFormatterDeserializeMaybeWithoutBinderSetTitle => GetResourceString("BinaryFormatterDeserializeMaybeWithoutBinderSetTitle"); 301internal static string @BinaryFormatterDeserializeWithoutBinderSetMessage => GetResourceString("BinaryFormatterDeserializeWithoutBinderSetMessage"); 303internal static string @BinaryFormatterDeserializeWithoutBinderSetTitle => GetResourceString("BinaryFormatterDeserializeWithoutBinderSetTitle"); 305internal static string @BinaryFormatterMethodUsedDescription => GetResourceString("BinaryFormatterMethodUsedDescription"); 307internal static string @BinaryFormatterMethodUsedMessage => GetResourceString("BinaryFormatterMethodUsedMessage"); 309internal static string @BinaryFormatterMethodUsedTitle => GetResourceString("BinaryFormatterMethodUsedTitle"); 311internal static string @LosFormatterMethodUsedMessage => GetResourceString("LosFormatterMethodUsedMessage"); 313internal static string @LosFormatterMethodUsedTitle => GetResourceString("LosFormatterMethodUsedTitle"); 315internal static string @ReviewCodeForDllInjectionVulnerabilitiesMessage => GetResourceString("ReviewCodeForDllInjectionVulnerabilitiesMessage"); 317internal static string @ReviewCodeForDllInjectionVulnerabilitiesTitle => GetResourceString("ReviewCodeForDllInjectionVulnerabilitiesTitle"); 319internal static string @ReviewCodeForInformationDisclosureVulnerabilitiesMessage => GetResourceString("ReviewCodeForInformationDisclosureVulnerabilitiesMessage"); 321internal static string @ReviewCodeForInformationDisclosureVulnerabilitiesTitle => GetResourceString("ReviewCodeForInformationDisclosureVulnerabilitiesTitle"); 323internal static string @ReviewCodeForFilePathInjectionVulnerabilitiesMessage => GetResourceString("ReviewCodeForFilePathInjectionVulnerabilitiesMessage"); 325internal static string @ReviewCodeForFilePathInjectionVulnerabilitiesTitle => GetResourceString("ReviewCodeForFilePathInjectionVulnerabilitiesTitle"); 327internal static string @ReviewCodeForProcessCommandInjectionVulnerabilitiesMessage => GetResourceString("ReviewCodeForProcessCommandInjectionVulnerabilitiesMessage"); 329internal static string @ReviewCodeForProcessCommandInjectionVulnerabilitiesTitle => GetResourceString("ReviewCodeForProcessCommandInjectionVulnerabilitiesTitle"); 331internal static string @ReviewCodeForRegexInjectionVulnerabilitiesMessage => GetResourceString("ReviewCodeForRegexInjectionVulnerabilitiesMessage"); 333internal static string @ReviewCodeForRegexInjectionVulnerabilitiesTitle => GetResourceString("ReviewCodeForRegexInjectionVulnerabilitiesTitle"); 335internal static string @NetDataContractSerializerDeserializeMaybeWithoutBinderSetMessage => GetResourceString("NetDataContractSerializerDeserializeMaybeWithoutBinderSetMessage"); 337internal static string @NetDataContractSerializerDeserializeMaybeWithoutBinderSetTitle => GetResourceString("NetDataContractSerializerDeserializeMaybeWithoutBinderSetTitle"); 339internal static string @NetDataContractSerializerDeserializeWithoutBinderSetMessage => GetResourceString("NetDataContractSerializerDeserializeWithoutBinderSetMessage"); 341internal static string @NetDataContractSerializerDeserializeWithoutBinderSetTitle => GetResourceString("NetDataContractSerializerDeserializeWithoutBinderSetTitle"); 343internal static string @NetDataContractSerializerMethodUsedDescription => GetResourceString("NetDataContractSerializerMethodUsedDescription"); 345internal static string @NetDataContractSerializerMethodUsedMessage => GetResourceString("NetDataContractSerializerMethodUsedMessage"); 347internal static string @NetDataContractSerializerMethodUsedTitle => GetResourceString("NetDataContractSerializerMethodUsedTitle"); 349internal static string @ObjectStateFormatterMethodUsedMessage => GetResourceString("ObjectStateFormatterMethodUsedMessage"); 351internal static string @ObjectStateFormatterMethodUsedTitle => GetResourceString("ObjectStateFormatterMethodUsedTitle"); 353internal static string @ReviewCodeForXssVulnerabilitiesMessage => GetResourceString("ReviewCodeForXssVulnerabilitiesMessage"); 355internal static string @ReviewCodeForXssVulnerabilitiesTitle => GetResourceString("ReviewCodeForXssVulnerabilitiesTitle"); 357internal static string @ReviewCodeForLdapInjectionVulnerabilitiesMessage => GetResourceString("ReviewCodeForLdapInjectionVulnerabilitiesMessage"); 359internal static string @ReviewCodeForLdapInjectionVulnerabilitiesTitle => GetResourceString("ReviewCodeForLdapInjectionVulnerabilitiesTitle"); 361internal static string @JavaScriptSerializerMaybeWithSimpleTypeResolverMessage => GetResourceString("JavaScriptSerializerMaybeWithSimpleTypeResolverMessage"); 363internal static string @JavaScriptSerializerMaybeWithSimpleTypeResolverTitle => GetResourceString("JavaScriptSerializerMaybeWithSimpleTypeResolverTitle"); 365internal static string @JavaScriptSerializerWithSimpleTypeResolverMessage => GetResourceString("JavaScriptSerializerWithSimpleTypeResolverMessage"); 367internal static string @JavaScriptSerializerWithSimpleTypeResolverTitle => GetResourceString("JavaScriptSerializerWithSimpleTypeResolverTitle"); 369internal static string @ReviewCodeForOpenRedirectVulnerabilitiesMessage => GetResourceString("ReviewCodeForOpenRedirectVulnerabilitiesMessage"); 371internal static string @ReviewCodeForOpenRedirectVulnerabilitiesTitle => GetResourceString("ReviewCodeForOpenRedirectVulnerabilitiesTitle"); 373internal static string @ReviewCodeForXPathInjectionVulnerabilitiesMessage => GetResourceString("ReviewCodeForXPathInjectionVulnerabilitiesMessage"); 375internal static string @ReviewCodeForXPathInjectionVulnerabilitiesTitle => GetResourceString("ReviewCodeForXPathInjectionVulnerabilitiesTitle"); 377internal static string @ReviewCodeForXmlInjectionVulnerabilitiesMessage => GetResourceString("ReviewCodeForXmlInjectionVulnerabilitiesMessage"); 379internal static string @ReviewCodeForXmlInjectionVulnerabilitiesTitle => GetResourceString("ReviewCodeForXmlInjectionVulnerabilitiesTitle"); 381internal static string @ReviewCodeForXamlInjectionVulnerabilitiesMessage => GetResourceString("ReviewCodeForXamlInjectionVulnerabilitiesMessage"); 383internal static string @ReviewCodeForXamlInjectionVulnerabilitiesTitle => GetResourceString("ReviewCodeForXamlInjectionVulnerabilitiesTitle"); 385internal static string @JsonNetInsecureSettingsMessage => GetResourceString("JsonNetInsecureSettingsMessage"); 387internal static string @JsonNetInsecureSettingsTitle => GetResourceString("JsonNetInsecureSettingsTitle"); 389internal static string @JsonNetMaybeInsecureSettingsMessage => GetResourceString("JsonNetMaybeInsecureSettingsMessage"); 391internal static string @JsonNetMaybeInsecureSettingsTitle => GetResourceString("JsonNetMaybeInsecureSettingsTitle"); 393internal static string @DoNotDisableUsingServicePointManagerSecurityProtocolsMessage => GetResourceString("DoNotDisableUsingServicePointManagerSecurityProtocolsMessage"); 395internal static string @DoNotDisableUsingServicePointManagerSecurityProtocolsTitle => GetResourceString("DoNotDisableUsingServicePointManagerSecurityProtocolsTitle"); 397internal static string @JsonNetTypeNameHandlingDescription => GetResourceString("JsonNetTypeNameHandlingDescription"); 399internal static string @JsonNetTypeNameHandlingMessage => GetResourceString("JsonNetTypeNameHandlingMessage"); 401internal static string @JsonNetTypeNameHandlingTitle => GetResourceString("JsonNetTypeNameHandlingTitle"); 403internal static string @ApprovedCipherMode => GetResourceString("ApprovedCipherMode"); 405internal static string @ApprovedCipherModeDescription => GetResourceString("ApprovedCipherModeDescription"); 407internal static string @ApprovedCipherModeMessage => GetResourceString("ApprovedCipherModeMessage"); 409internal static string @DefinitelyInstallRootCert => GetResourceString("DefinitelyInstallRootCert"); 411internal static string @DefinitelyInstallRootCertMessage => GetResourceString("DefinitelyInstallRootCertMessage"); 413internal static string @DefinitelyUseSecureCookiesASPNetCore => GetResourceString("DefinitelyUseSecureCookiesASPNetCore"); 415internal static string @DefinitelyUseSecureCookiesASPNetCoreMessage => GetResourceString("DefinitelyUseSecureCookiesASPNetCoreMessage"); 417internal static string @DoNotAddSchemaByURL => GetResourceString("DoNotAddSchemaByURL"); 419internal static string @DoNotAddSchemaByURLDescription => GetResourceString("DoNotAddSchemaByURLDescription"); 421internal static string @DoNotAddSchemaByURLMessage => GetResourceString("DoNotAddSchemaByURLMessage"); 423internal static string @DoNotCallDangerousMethodsInDeserializationTitle => GetResourceString("DoNotCallDangerousMethodsInDeserializationTitle"); 425internal static string @DoNotCallDangerousMethodsInDeserializationDescription => GetResourceString("DoNotCallDangerousMethodsInDeserializationDescription"); 427internal static string @DoNotCallDangerousMethodsInDeserializationMessage => GetResourceString("DoNotCallDangerousMethodsInDeserializationMessage"); 429internal static string @DoNotDisableCertificateValidation => GetResourceString("DoNotDisableCertificateValidation"); 431internal static string @DoNotDisableCertificateValidationDescription => GetResourceString("DoNotDisableCertificateValidationDescription"); 433internal static string @DoNotDisableCertificateValidationMessage => GetResourceString("DoNotDisableCertificateValidationMessage"); 435internal static string @DoNotDisableHTTPHeaderChecking => GetResourceString("DoNotDisableHTTPHeaderChecking"); 437internal static string @DoNotDisableHTTPHeaderCheckingDescription => GetResourceString("DoNotDisableHTTPHeaderCheckingDescription"); 439internal static string @DoNotDisableHTTPHeaderCheckingMessage => GetResourceString("DoNotDisableHTTPHeaderCheckingMessage"); 441internal static string @DoNotDisableRequestValidation => GetResourceString("DoNotDisableRequestValidation"); 443internal static string @DoNotDisableRequestValidationDescription => GetResourceString("DoNotDisableRequestValidationDescription"); 445internal static string @DoNotDisableRequestValidationMessage => GetResourceString("DoNotDisableRequestValidationMessage"); 447internal static string @DoNotDisableSchUseStrongCrypto => GetResourceString("DoNotDisableSchUseStrongCrypto"); 449internal static string @DoNotDisableSchUseStrongCryptoDescription => GetResourceString("DoNotDisableSchUseStrongCryptoDescription"); 451internal static string @DoNotDisableSchUseStrongCryptoMessage => GetResourceString("DoNotDisableSchUseStrongCryptoMessage"); 453internal static string @DoNotHardCodeEncryptionKey => GetResourceString("DoNotHardCodeEncryptionKey"); 455internal static string @DoNotHardCodeEncryptionKeyDescription => GetResourceString("DoNotHardCodeEncryptionKeyDescription"); 457internal static string @DoNotHardCodeEncryptionKeyMessage => GetResourceString("DoNotHardCodeEncryptionKeyMessage"); 459internal static string @DoNotInstallRootCertDescription => GetResourceString("DoNotInstallRootCertDescription"); 461internal static string @PotentialReferenceCycleInDeserializedObjectGraphTitle => GetResourceString("PotentialReferenceCycleInDeserializedObjectGraphTitle"); 463internal static string @PotentialReferenceCycleInDeserializedObjectGraphDescription => GetResourceString("PotentialReferenceCycleInDeserializedObjectGraphDescription"); 465internal static string @PotentialReferenceCycleInDeserializedObjectGraphMessage => GetResourceString("PotentialReferenceCycleInDeserializedObjectGraphMessage"); 467internal static string @DoNotSerializeTypesWithPointerFields => GetResourceString("DoNotSerializeTypesWithPointerFields"); 469internal static string @DoNotSerializeTypesWithPointerFieldsDescription => GetResourceString("DoNotSerializeTypesWithPointerFieldsDescription"); 471internal static string @DoNotSerializeTypesWithPointerFieldsMessage => GetResourceString("DoNotSerializeTypesWithPointerFieldsMessage"); 473internal static string @DoNotUseAccountSAS => GetResourceString("DoNotUseAccountSAS"); 475internal static string @DoNotUseAccountSASDescription => GetResourceString("DoNotUseAccountSASDescription"); 477internal static string @DoNotUseAccountSASMessage => GetResourceString("DoNotUseAccountSASMessage"); 479internal static string @DoNotUseBrokenCryptographicAlgorithms => GetResourceString("DoNotUseBrokenCryptographicAlgorithms"); 481internal static string @DoNotUseBrokenCryptographicAlgorithmsDescription => GetResourceString("DoNotUseBrokenCryptographicAlgorithmsDescription"); 483internal static string @DoNotUseBrokenCryptographicAlgorithmsMessage => GetResourceString("DoNotUseBrokenCryptographicAlgorithmsMessage"); 485internal static string @DoNotUseDeprecatedSecurityProtocols => GetResourceString("DoNotUseDeprecatedSecurityProtocols"); 487internal static string @DoNotUseDeprecatedSecurityProtocolsDescription => GetResourceString("DoNotUseDeprecatedSecurityProtocolsDescription"); 489internal static string @DoNotUseDeprecatedSecurityProtocolsMessage => GetResourceString("DoNotUseDeprecatedSecurityProtocolsMessage"); 491internal static string @DoNotUseDSA => GetResourceString("DoNotUseDSA"); 493internal static string @DoNotUseDSADescription => GetResourceString("DoNotUseDSADescription"); 495internal static string @DoNotUseDSAMessage => GetResourceString("DoNotUseDSAMessage"); 497internal static string @DoNotUseObsoleteKDFAlgorithm => GetResourceString("DoNotUseObsoleteKDFAlgorithm"); 499internal static string @DoNotUseObsoleteKDFAlgorithmDescription => GetResourceString("DoNotUseObsoleteKDFAlgorithmDescription"); 501internal static string @DoNotUseObsoleteKDFAlgorithmMessage => GetResourceString("DoNotUseObsoleteKDFAlgorithmMessage"); 503internal static string @DoNotUseReferenceEqualsWithValueTypesDescription => GetResourceString("DoNotUseReferenceEqualsWithValueTypesDescription"); 505internal static string @DoNotUseReferenceEqualsWithValueTypesComparerMessage => GetResourceString("DoNotUseReferenceEqualsWithValueTypesComparerMessage"); 507internal static string @DoNotUseReferenceEqualsWithValueTypesMethodMessage => GetResourceString("DoNotUseReferenceEqualsWithValueTypesMethodMessage"); 509internal static string @DoNotUseReferenceEqualsWithValueTypesTitle => GetResourceString("DoNotUseReferenceEqualsWithValueTypesTitle"); 511internal static string @DoNotUseWeakCryptographicAlgorithms => GetResourceString("DoNotUseWeakCryptographicAlgorithms"); 513internal static string @DoNotUseWeakCryptographicAlgorithmsDescription => GetResourceString("DoNotUseWeakCryptographicAlgorithmsDescription"); 515internal static string @DoNotUseWeakCryptographicAlgorithmsMessage => GetResourceString("DoNotUseWeakCryptographicAlgorithmsMessage"); 517internal static string @DoNotUseWeakKDFAlgorithm => GetResourceString("DoNotUseWeakKDFAlgorithm"); 519internal static string @DoNotUseWeakKDFAlgorithmDescription => GetResourceString("DoNotUseWeakKDFAlgorithmDescription"); 521internal static string @DoNotUseWeakKDFAlgorithmMessage => GetResourceString("DoNotUseWeakKDFAlgorithmMessage"); 523internal static string @DoNotUseXslTransform => GetResourceString("DoNotUseXslTransform"); 525internal static string @DoNotUseXslTransformMessage => GetResourceString("DoNotUseXslTransformMessage"); 527internal static string @HardCodedSecurityProtocolMessage => GetResourceString("HardCodedSecurityProtocolMessage"); 529internal static string @HardCodedSecurityProtocolTitle => GetResourceString("HardCodedSecurityProtocolTitle"); 531internal static string @MaybeInstallRootCert => GetResourceString("MaybeInstallRootCert"); 533internal static string @MaybeInstallRootCertMessage => GetResourceString("MaybeInstallRootCertMessage"); 535internal static string @MaybeUseSecureCookiesASPNetCore => GetResourceString("MaybeUseSecureCookiesASPNetCore"); 537internal static string @MaybeUseSecureCookiesASPNetCoreMessage => GetResourceString("MaybeUseSecureCookiesASPNetCoreMessage"); 539internal static string @SetViewStateUserKey => GetResourceString("SetViewStateUserKey"); 541internal static string @SetViewStateUserKeyDescription => GetResourceString("SetViewStateUserKeyDescription"); 543internal static string @SetViewStateUserKeyMessage => GetResourceString("SetViewStateUserKeyMessage"); 545internal static string @UseAsSpanInsteadOfArrayRangeIndexerDescription => GetResourceString("UseAsSpanInsteadOfArrayRangeIndexerDescription"); 547internal static string @UseAsSpanInsteadOfStringRangeIndexerDescription => GetResourceString("UseAsSpanInsteadOfStringRangeIndexerDescription"); 549internal static string @UseAsSpanInsteadOfRangeIndexerMessage => GetResourceString("UseAsSpanInsteadOfRangeIndexerMessage"); 551internal static string @UseAsSpanInsteadOfRangeIndexerTitle => GetResourceString("UseAsSpanInsteadOfRangeIndexerTitle"); 553internal static string @UseAsSpanReadOnlyInsteadOfArrayRangeIndexerDescription => GetResourceString("UseAsSpanReadOnlyInsteadOfArrayRangeIndexerDescription"); 555internal static string @UseContainerLevelAccessPolicy => GetResourceString("UseContainerLevelAccessPolicy"); 557internal static string @UseContainerLevelAccessPolicyDescription => GetResourceString("UseContainerLevelAccessPolicyDescription"); 559internal static string @UseContainerLevelAccessPolicyMessage => GetResourceString("UseContainerLevelAccessPolicyMessage"); 561internal static string @UseSecureCookiesASPNetCoreDescription => GetResourceString("UseSecureCookiesASPNetCoreDescription"); 563internal static string @UseSharedAccessProtocolHttpsOnly => GetResourceString("UseSharedAccessProtocolHttpsOnly"); 565internal static string @UseSharedAccessProtocolHttpsOnlyDescription => GetResourceString("UseSharedAccessProtocolHttpsOnlyDescription"); 567internal static string @UseSharedAccessProtocolHttpsOnlyMessage => GetResourceString("UseSharedAccessProtocolHttpsOnlyMessage"); 569internal static string @UseXmlReaderDescription => GetResourceString("UseXmlReaderDescription"); 571internal static string @UseXmlReaderForDataSetReadXml => GetResourceString("UseXmlReaderForDataSetReadXml"); 573internal static string @UseXmlReaderForDeserialize => GetResourceString("UseXmlReaderForDeserialize"); 575internal static string @UseXmlReaderForSchemaRead => GetResourceString("UseXmlReaderForSchemaRead"); 577internal static string @UseXmlReaderForValidatingReader => GetResourceString("UseXmlReaderForValidatingReader"); 579internal static string @UseXmlReaderForXPathDocument => GetResourceString("UseXmlReaderForXPathDocument"); 581internal static string @UseXmlReaderMessage => GetResourceString("UseXmlReaderMessage"); 583internal static string @UseRSAWithSufficientKeySize => GetResourceString("UseRSAWithSufficientKeySize"); 585internal static string @UseRSAWithSufficientKeySizeDescription => GetResourceString("UseRSAWithSufficientKeySizeDescription"); 587internal static string @UseRSAWithSufficientKeySizeMessage => GetResourceString("UseRSAWithSufficientKeySizeMessage"); 589internal static string @DefinitelyUseWeakKDFInsufficientIterationCount => GetResourceString("DefinitelyUseWeakKDFInsufficientIterationCount"); 591internal static string @DefinitelyUseWeakKDFInsufficientIterationCountMessage => GetResourceString("DefinitelyUseWeakKDFInsufficientIterationCountMessage"); 593internal static string @DoNotUseWeakKDFInsufficientIterationCountDescription => GetResourceString("DoNotUseWeakKDFInsufficientIterationCountDescription"); 595internal static string @MaybeUseWeakKDFInsufficientIterationCount => GetResourceString("MaybeUseWeakKDFInsufficientIterationCount"); 597internal static string @MaybeUseWeakKDFInsufficientIterationCountMessage => GetResourceString("MaybeUseWeakKDFInsufficientIterationCountMessage"); 599internal static string @DoNotAddArchiveItemPathToTheTargetFileSystemPath => GetResourceString("DoNotAddArchiveItemPathToTheTargetFileSystemPath"); 601internal static string @DoNotAddArchiveItemPathToTheTargetFileSystemPathDescription => GetResourceString("DoNotAddArchiveItemPathToTheTargetFileSystemPathDescription"); 603internal static string @DoNotAddArchiveItemPathToTheTargetFileSystemPathMessage => GetResourceString("DoNotAddArchiveItemPathToTheTargetFileSystemPathMessage"); 605internal static string @DoNotCallEnumerableCastOrOfTypeWithIncompatibleTypesTitle => GetResourceString("DoNotCallEnumerableCastOrOfTypeWithIncompatibleTypesTitle"); 607internal static string @DoNotCallEnumerableCastOrOfTypeWithIncompatibleTypesMessageOfType => GetResourceString("DoNotCallEnumerableCastOrOfTypeWithIncompatibleTypesMessageOfType"); 609internal static string @DoNotCreateTasksWithoutPassingATaskSchedulerTitle => GetResourceString("DoNotCreateTasksWithoutPassingATaskSchedulerTitle"); 611internal static string @DoNotCreateTasksWithoutPassingATaskSchedulerDescription => GetResourceString("DoNotCreateTasksWithoutPassingATaskSchedulerDescription"); 613internal static string @DoNotCreateTasksWithoutPassingATaskSchedulerMessage => GetResourceString("DoNotCreateTasksWithoutPassingATaskSchedulerMessage"); 615internal static string @DoNotDefineFinalizersForTypesDerivedFromMemoryManagerDescription => GetResourceString("DoNotDefineFinalizersForTypesDerivedFromMemoryManagerDescription"); 617internal static string @DoNotDefineFinalizersForTypesDerivedFromMemoryManagerMessage => GetResourceString("DoNotDefineFinalizersForTypesDerivedFromMemoryManagerMessage"); 619internal static string @DoNotDefineFinalizersForTypesDerivedFromMemoryManagerTitle => GetResourceString("DoNotDefineFinalizersForTypesDerivedFromMemoryManagerTitle"); 621internal static string @UseValueTasksCorrectlyTitle => GetResourceString("UseValueTasksCorrectlyTitle"); 623internal static string @UseValueTasksCorrectlyDescription => GetResourceString("UseValueTasksCorrectlyDescription"); 625internal static string @UseValueTasksCorrectlyMessage_General => GetResourceString("UseValueTasksCorrectlyMessage_General"); 627internal static string @UseValueTasksCorrectlyMessage_Unconsumed => GetResourceString("UseValueTasksCorrectlyMessage_Unconsumed"); 629internal static string @UseValueTasksCorrectlyMessage_DoubleConsumption => GetResourceString("UseValueTasksCorrectlyMessage_DoubleConsumption"); 631internal static string @UseValueTasksCorrectlyMessage_AccessingIncompleteResult => GetResourceString("UseValueTasksCorrectlyMessage_AccessingIncompleteResult"); 633internal static string @DoNotUseConfigureAwaitWithSuppressThrowingTitle => GetResourceString("DoNotUseConfigureAwaitWithSuppressThrowingTitle"); 635internal static string @DoNotUseConfigureAwaitWithSuppressThrowingMessage => GetResourceString("DoNotUseConfigureAwaitWithSuppressThrowingMessage"); 637internal static string @DoNotUseConfigureAwaitWithSuppressThrowingDescription => GetResourceString("DoNotUseConfigureAwaitWithSuppressThrowingDescription"); 639internal static string @DoNotCreateTaskCompletionSourceWithWrongArgumentsTitle => GetResourceString("DoNotCreateTaskCompletionSourceWithWrongArgumentsTitle"); 641internal static string @DoNotCreateTaskCompletionSourceWithWrongArgumentsDescription => GetResourceString("DoNotCreateTaskCompletionSourceWithWrongArgumentsDescription"); 643internal static string @DoNotCreateTaskCompletionSourceWithWrongArgumentsMessage => GetResourceString("DoNotCreateTaskCompletionSourceWithWrongArgumentsMessage"); 645internal static string @DoNotCreateTaskCompletionSourceWithWrongArgumentsFix => GetResourceString("DoNotCreateTaskCompletionSourceWithWrongArgumentsFix"); 647internal static string @JsonNetInsecureSerializerMessage => GetResourceString("JsonNetInsecureSerializerMessage"); 649internal static string @JsonNetInsecureSerializerTitle => GetResourceString("JsonNetInsecureSerializerTitle"); 651internal static string @JsonNetMaybeInsecureSerializerMessage => GetResourceString("JsonNetMaybeInsecureSerializerMessage"); 653internal static string @JsonNetMaybeInsecureSerializerTitle => GetResourceString("JsonNetMaybeInsecureSerializerTitle"); 655internal static string @UseDefaultDllImportSearchPathsAttribute => GetResourceString("UseDefaultDllImportSearchPathsAttribute"); 657internal static string @UseDefaultDllImportSearchPathsAttributeDescription => GetResourceString("UseDefaultDllImportSearchPathsAttributeDescription"); 659internal static string @UseDefaultDllImportSearchPathsAttributeMessage => GetResourceString("UseDefaultDllImportSearchPathsAttributeMessage"); 661internal static string @DoNotUseUnsafeDllImportSearchPath => GetResourceString("DoNotUseUnsafeDllImportSearchPath"); 663internal static string @DoNotUseUnsafeDllImportSearchPathDescription => GetResourceString("DoNotUseUnsafeDllImportSearchPathDescription"); 665internal static string @DoNotUseUnsafeDllImportSearchPathMessage => GetResourceString("DoNotUseUnsafeDllImportSearchPathMessage"); 667internal static string @UseAutoValidateAntiforgeryToken => GetResourceString("UseAutoValidateAntiforgeryToken"); 669internal static string @UseAutoValidateAntiforgeryTokenDescription => GetResourceString("UseAutoValidateAntiforgeryTokenDescription"); 671internal static string @UseAutoValidateAntiforgeryTokenMessage => GetResourceString("UseAutoValidateAntiforgeryTokenMessage"); 673internal static string @MissHttpVerbAttribute => GetResourceString("MissHttpVerbAttribute"); 675internal static string @MissHttpVerbAttributeMessage => GetResourceString("MissHttpVerbAttributeMessage"); 677internal static string @DoNotUseInsecureRandomness => GetResourceString("DoNotUseInsecureRandomness"); 679internal static string @DoNotUseInsecureRandomnessMessage => GetResourceString("DoNotUseInsecureRandomnessMessage"); 681internal static string @DoNotUseInsecureRandomnessDescription => GetResourceString("DoNotUseInsecureRandomnessDescription"); 683internal static string @DoNotUseCountAsyncWhenAnyAsyncCanBeUsedDescription => GetResourceString("DoNotUseCountAsyncWhenAnyAsyncCanBeUsedDescription"); 685internal static string @DoNotUseCountAsyncWhenAnyAsyncCanBeUsedMessage => GetResourceString("DoNotUseCountAsyncWhenAnyAsyncCanBeUsedMessage"); 687internal static string @DoNotUseCountAsyncWhenAnyAsyncCanBeUsedTitle => GetResourceString("DoNotUseCountAsyncWhenAnyAsyncCanBeUsedTitle"); 689internal static string @UsePropertyInsteadOfCountMethodWhenAvailableDescription => GetResourceString("UsePropertyInsteadOfCountMethodWhenAvailableDescription"); 691internal static string @UsePropertyInsteadOfCountMethodWhenAvailableMessage => GetResourceString("UsePropertyInsteadOfCountMethodWhenAvailableMessage"); 693internal static string @UsePropertyInsteadOfCountMethodWhenAvailableTitle => GetResourceString("UsePropertyInsteadOfCountMethodWhenAvailableTitle"); 695internal static string @SetHttpOnlyForHttpCookie => GetResourceString("SetHttpOnlyForHttpCookie"); 697internal static string @SetHttpOnlyForHttpCookieDescription => GetResourceString("SetHttpOnlyForHttpCookieDescription"); 699internal static string @SetHttpOnlyForHttpCookieMessage => GetResourceString("SetHttpOnlyForHttpCookieMessage"); 701internal static string @DeprecatedSslProtocolsDescription => GetResourceString("DeprecatedSslProtocolsDescription"); 703internal static string @DeprecatedSslProtocolsMessage => GetResourceString("DeprecatedSslProtocolsMessage"); 705internal static string @DeprecatedSslProtocolsTitle => GetResourceString("DeprecatedSslProtocolsTitle"); 707internal static string @HardcodedSslProtocolsDescription => GetResourceString("HardcodedSslProtocolsDescription"); 709internal static string @HardcodedSslProtocolsMessage => GetResourceString("HardcodedSslProtocolsMessage"); 711internal static string @HardcodedSslProtocolsTitle => GetResourceString("HardcodedSslProtocolsTitle"); 713internal static string @MissHttpVerbAttributeDescription => GetResourceString("MissHttpVerbAttributeDescription"); 715internal static string @DefinitelyDisableHttpClientCRLCheck => GetResourceString("DefinitelyDisableHttpClientCRLCheck"); 717internal static string @DefinitelyDisableHttpClientCRLCheckMessage => GetResourceString("DefinitelyDisableHttpClientCRLCheckMessage"); 719internal static string @DoNotDisableHttpClientCRLCheckDescription => GetResourceString("DoNotDisableHttpClientCRLCheckDescription"); 721internal static string @MaybeDisableHttpClientCRLCheck => GetResourceString("MaybeDisableHttpClientCRLCheck"); 723internal static string @MaybeDisableHttpClientCRLCheckMessage => GetResourceString("MaybeDisableHttpClientCRLCheckMessage"); 725internal static string @DoNotHardCodeCertificate => GetResourceString("DoNotHardCodeCertificate"); 727internal static string @DoNotHardCodeCertificateDescription => GetResourceString("DoNotHardCodeCertificateDescription"); 729internal static string @DoNotHardCodeCertificateMessage => GetResourceString("DoNotHardCodeCertificateMessage"); 731internal static string @DefinitelyUseCreateEncryptorWithNonDefaultIV => GetResourceString("DefinitelyUseCreateEncryptorWithNonDefaultIV"); 733internal static string @DefinitelyUseCreateEncryptorWithNonDefaultIVMessage => GetResourceString("DefinitelyUseCreateEncryptorWithNonDefaultIVMessage"); 735internal static string @MaybeUseCreateEncryptorWithNonDefaultIV => GetResourceString("MaybeUseCreateEncryptorWithNonDefaultIV"); 737internal static string @MaybeUseCreateEncryptorWithNonDefaultIVMessage => GetResourceString("MaybeUseCreateEncryptorWithNonDefaultIVMessage"); 739internal static string @DoNotUseCreateEncryptorWithNonDefaultIVDescription => GetResourceString("DoNotUseCreateEncryptorWithNonDefaultIVDescription"); 741internal static string @DataTableReadXmlMessage => GetResourceString("DataTableReadXmlMessage"); 743internal static string @DataTableReadXmlTitle => GetResourceString("DataTableReadXmlTitle"); 745internal static string @DataSetDataTableInSerializableTypeMessage => GetResourceString("DataSetDataTableInSerializableTypeMessage"); 747internal static string @DataSetDataTableInWebDeserializableObjectGraphMessage => GetResourceString("DataSetDataTableInWebDeserializableObjectGraphMessage"); 749internal static string @DataSetDataTableInWebDeserializableObjectGraphTitle => GetResourceString("DataSetDataTableInWebDeserializableObjectGraphTitle"); 751internal static string @DataSetReadXmlMessage => GetResourceString("DataSetReadXmlMessage"); 753internal static string @DataSetReadXmlTitle => GetResourceString("DataSetReadXmlTitle"); 755internal static string @DataSetDataTableInRceSerializableTypeMessage => GetResourceString("DataSetDataTableInRceSerializableTypeMessage"); 757internal static string @DataSetDataTableInDeserializableObjectGraphMessage => GetResourceString("DataSetDataTableInDeserializableObjectGraphMessage"); 759internal static string @DataSetDataTableInDeserializableObjectGraphTitle => GetResourceString("DataSetDataTableInDeserializableObjectGraphTitle"); 761internal static string @DataSetDataTableInRceDeserializableObjectGraphMessage => GetResourceString("DataSetDataTableInRceDeserializableObjectGraphMessage"); 763internal static string @DataSetDataTableInRceDeserializableObjectGraphTitle => GetResourceString("DataSetDataTableInRceDeserializableObjectGraphTitle"); 765internal static string @DataSetDataTableInRceAutogeneratedSerializableTypeMessage => GetResourceString("DataSetDataTableInRceAutogeneratedSerializableTypeMessage"); 767internal static string @DataSetDataTableInRceAutogeneratedSerializableTypeTitle => GetResourceString("DataSetDataTableInRceAutogeneratedSerializableTypeTitle"); 769internal static string @DataSetDataTableInRceSerializableTypeTitle => GetResourceString("DataSetDataTableInRceSerializableTypeTitle"); 771internal static string @DataSetDataTableInSerializableTypeTitle => GetResourceString("DataSetDataTableInSerializableTypeTitle"); 773internal static string @DataSetReadXmlAutogeneratedMessage => GetResourceString("DataSetReadXmlAutogeneratedMessage"); 775internal static string @DataSetReadXmlAutogeneratedTitle => GetResourceString("DataSetReadXmlAutogeneratedTitle"); 777internal static string @DoNotUseStackallocInLoopsTitle => GetResourceString("DoNotUseStackallocInLoopsTitle"); 779internal static string @DoNotUseStackallocInLoopsDescription => GetResourceString("DoNotUseStackallocInLoopsDescription"); 781internal static string @DoNotUseStackallocInLoopsMessage => GetResourceString("DoNotUseStackallocInLoopsMessage"); 783internal static string @PreferStreamAsyncMemoryOverloadsTitle => GetResourceString("PreferStreamAsyncMemoryOverloadsTitle"); 785internal static string @PreferStreamAsyncMemoryOverloadsDescription => GetResourceString("PreferStreamAsyncMemoryOverloadsDescription"); 787internal static string @PreferStreamAsyncMemoryOverloadsMessage => GetResourceString("PreferStreamAsyncMemoryOverloadsMessage"); 789internal static string @ForwardCancellationTokenToInvocationsDescription => GetResourceString("ForwardCancellationTokenToInvocationsDescription"); 791internal static string @ForwardCancellationTokenToInvocationsMessage => GetResourceString("ForwardCancellationTokenToInvocationsMessage"); 793internal static string @ForwardCancellationTokenToInvocationsTitle => GetResourceString("ForwardCancellationTokenToInvocationsTitle"); 795internal static string @InstantiateArgumentExceptionsCorrectlyChangeToTwoArgumentCodeFixTitle => GetResourceString("InstantiateArgumentExceptionsCorrectlyChangeToTwoArgumentCodeFixTitle"); 797internal static string @InstantiateArgumentExceptionsCorrectlyFlipArgumentOrderCodeFixTitle => GetResourceString("InstantiateArgumentExceptionsCorrectlyFlipArgumentOrderCodeFixTitle"); 799internal static string @PreferTypedStringBuilderAppendOverloadsTitle => GetResourceString("PreferTypedStringBuilderAppendOverloadsTitle"); 801internal static string @PreferTypedStringBuilderAppendOverloadsDescription => GetResourceString("PreferTypedStringBuilderAppendOverloadsDescription"); 803internal static string @PreferTypedStringBuilderAppendOverloadsMessage => GetResourceString("PreferTypedStringBuilderAppendOverloadsMessage"); 805internal static string @PreferTypedStringBuilderAppendOverloadsRemoveToString => GetResourceString("PreferTypedStringBuilderAppendOverloadsRemoveToString"); 807internal static string @PreferTypedStringBuilderAppendOverloadsReplaceStringConstructor => GetResourceString("PreferTypedStringBuilderAppendOverloadsReplaceStringConstructor"); 809internal static string @PreferStringContainsOverIndexOfDescription => GetResourceString("PreferStringContainsOverIndexOfDescription"); 811internal static string @PreferStringContainsOverIndexOfMessage => GetResourceString("PreferStringContainsOverIndexOfMessage"); 813internal static string @PreferStringContainsOverIndexOfTitle => GetResourceString("PreferStringContainsOverIndexOfTitle"); 815internal static string @PreferConstCharOverConstUnitStringInStringBuilderDescription => GetResourceString("PreferConstCharOverConstUnitStringInStringBuilderDescription"); 817internal static string @PreferConstCharOverConstUnitStringInStringBuilderMessage => GetResourceString("PreferConstCharOverConstUnitStringInStringBuilderMessage"); 819internal static string @PreferConstCharOverConstUnitStringInStringBuilderTitle => GetResourceString("PreferConstCharOverConstUnitStringInStringBuilderTitle"); 821internal static string @ProvideCorrectArgumentToEnumHasFlagDescription => GetResourceString("ProvideCorrectArgumentToEnumHasFlagDescription"); 823internal static string @ProvideHttpClientHandlerMaxResponseHeaderLengthValueCorrectlyTitle => GetResourceString("ProvideHttpClientHandlerMaxResponseHeaderLengthValueCorrectlyTitle"); 825internal static string @ProvideHttpClientHandlerMaxResponseHeaderLengthValueCorrectlyMessage => GetResourceString("ProvideHttpClientHandlerMaxResponseHeaderLengthValueCorrectlyMessage"); 827internal static string @ProvideHttpClientHandlerMaxResponseHeaderLengthValueCorrectlyDescription => GetResourceString("ProvideHttpClientHandlerMaxResponseHeaderLengthValueCorrectlyDescription"); 829internal static string @ProvideCorrectArgumentToEnumHasFlagMessageDifferentType => GetResourceString("ProvideCorrectArgumentToEnumHasFlagMessageDifferentType"); 831internal static string @ProvideCorrectArgumentToEnumHasFlagTitle => GetResourceString("ProvideCorrectArgumentToEnumHasFlagTitle"); 833internal static string @PreferIsEmptyOverCountDescription => GetResourceString("PreferIsEmptyOverCountDescription"); 835internal static string @PreferIsEmptyOverCountMessage => GetResourceString("PreferIsEmptyOverCountMessage"); 837internal static string @PreferIsEmptyOverCountTitle => GetResourceString("PreferIsEmptyOverCountTitle"); 839internal static string @UseEnvironmentProcessIdDescription => GetResourceString("UseEnvironmentProcessIdDescription"); 841internal static string @UseEnvironmentProcessIdMessage => GetResourceString("UseEnvironmentProcessIdMessage"); 843internal static string @UseEnvironmentProcessIdTitle => GetResourceString("UseEnvironmentProcessIdTitle"); 845internal static string @UseEnvironmentProcessIdFix => GetResourceString("UseEnvironmentProcessIdFix"); 847internal static string @UseEnvironmentProcessPathDescription => GetResourceString("UseEnvironmentProcessPathDescription"); 849internal static string @UseEnvironmentProcessPathMessage => GetResourceString("UseEnvironmentProcessPathMessage"); 851internal static string @UseEnvironmentProcessPathTitle => GetResourceString("UseEnvironmentProcessPathTitle"); 853internal static string @UseEnvironmentProcessPathFix => GetResourceString("UseEnvironmentProcessPathFix"); 855internal static string @UseEnvironmentCurrentManagedThreadIdDescription => GetResourceString("UseEnvironmentCurrentManagedThreadIdDescription"); 857internal static string @UseEnvironmentCurrentManagedThreadIdMessage => GetResourceString("UseEnvironmentCurrentManagedThreadIdMessage"); 859internal static string @UseEnvironmentCurrentManagedThreadIdTitle => GetResourceString("UseEnvironmentCurrentManagedThreadIdTitle"); 861internal static string @UseEnvironmentCurrentManagedThreadIdFix => GetResourceString("UseEnvironmentCurrentManagedThreadIdFix"); 863internal static string @UseRegexCountDescription => GetResourceString("UseRegexCountDescription"); 865internal static string @UseRegexCountMessage => GetResourceString("UseRegexCountMessage"); 867internal static string @UseRegexCountTitle => GetResourceString("UseRegexCountTitle"); 869internal static string @UseRegexCountFix => GetResourceString("UseRegexCountFix"); 871internal static string @UseRegexIsMatchDescription => GetResourceString("UseRegexIsMatchDescription"); 873internal static string @UseRegexIsMatchMessage => GetResourceString("UseRegexIsMatchMessage"); 875internal static string @UseRegexIsMatchTitle => GetResourceString("UseRegexIsMatchTitle"); 877internal static string @UseRegexIsMatchFix => GetResourceString("UseRegexIsMatchFix"); 879internal static string @ThreadStaticOnNonStaticFieldDescription => GetResourceString("ThreadStaticOnNonStaticFieldDescription"); 881internal static string @ThreadStaticOnNonStaticFieldMessage => GetResourceString("ThreadStaticOnNonStaticFieldMessage"); 883internal static string @ThreadStaticOnNonStaticFieldTitle => GetResourceString("ThreadStaticOnNonStaticFieldTitle"); 885internal static string @ThreadStaticInitializedInlineDescription => GetResourceString("ThreadStaticInitializedInlineDescription"); 887internal static string @ThreadStaticInitializedInlineMessage => GetResourceString("ThreadStaticInitializedInlineMessage"); 889internal static string @ThreadStaticInitializedInlineTitle => GetResourceString("ThreadStaticInitializedInlineTitle"); 891internal static string @UseAsSpanInsteadOfRangeIndexerOnAStringCodeFixTitle => GetResourceString("UseAsSpanInsteadOfRangeIndexerOnAStringCodeFixTitle"); 893internal static string @UseAsSpanInsteadOfRangeIndexerOnAnArrayCodeFixTitle => GetResourceString("UseAsSpanInsteadOfRangeIndexerOnAnArrayCodeFixTitle"); 895internal static string @PlatformCompatibilityTitle => GetResourceString("PlatformCompatibilityTitle"); 897internal static string @PlatformCompatibilityDescription => GetResourceString("PlatformCompatibilityDescription"); 899internal static string @PlatformCompatibilityOnlySupportedCsUnreachableMessage => GetResourceString("PlatformCompatibilityOnlySupportedCsUnreachableMessage"); 901internal static string @PlatformCompatibilityUnsupportedCsAllPlatformMessage => GetResourceString("PlatformCompatibilityUnsupportedCsAllPlatformMessage"); 903internal static string @DoNotUseOutAttributeStringPInvokeParametersDescription => GetResourceString("DoNotUseOutAttributeStringPInvokeParametersDescription"); 905internal static string @DoNotUseOutAttributeStringPInvokeParametersMessage => GetResourceString("DoNotUseOutAttributeStringPInvokeParametersMessage"); 907internal static string @DoNotUseOutAttributeStringPInvokeParametersTitle => GetResourceString("DoNotUseOutAttributeStringPInvokeParametersTitle"); 909internal static string @AvoidStringBuilderPInvokeParametersDescription => GetResourceString("AvoidStringBuilderPInvokeParametersDescription"); 911internal static string @AvoidStringBuilderPInvokeParametersMessage => GetResourceString("AvoidStringBuilderPInvokeParametersMessage"); 913internal static string @AvoidStringBuilderPInvokeParametersTitle => GetResourceString("AvoidStringBuilderPInvokeParametersTitle"); 915internal static string @PlatformCompatibilityOnlySupportedCsReachableMessage => GetResourceString("PlatformCompatibilityOnlySupportedCsReachableMessage"); 917internal static string @PlatformCompatibilityOnlySupportedCsAllPlatformMessage => GetResourceString("PlatformCompatibilityOnlySupportedCsAllPlatformMessage"); 919internal static string @PreferStringContainsOverIndexOfCodeFixTitle => GetResourceString("PreferStringContainsOverIndexOfCodeFixTitle"); 921internal static string @CommaSeparator => GetResourceString("CommaSeparator"); 923internal static string @PlatformCompatibilityFromVersionToVersion => GetResourceString("PlatformCompatibilityFromVersionToVersion"); 925internal static string @PlatformCompatibilitySupportedCsAllPlatformMessage => GetResourceString("PlatformCompatibilitySupportedCsAllPlatformMessage"); 927internal static string @PlatformCompatibilitySupportedCsReachableMessage => GetResourceString("PlatformCompatibilitySupportedCsReachableMessage"); 929internal static string @PlatformCompatibilityUnsupportedCsReachableMessage => GetResourceString("PlatformCompatibilityUnsupportedCsReachableMessage"); 931internal static string @PlatformCompatibilityVersionAndBefore => GetResourceString("PlatformCompatibilityVersionAndBefore"); 933internal static string @PlatformCompatibilityVersionAndLater => GetResourceString("PlatformCompatibilityVersionAndLater"); 935internal static string @PlatformCompatibilityAllVersions => GetResourceString("PlatformCompatibilityAllVersions"); 937internal static string @PlatformCompatibilityAllPlatforms => GetResourceString("PlatformCompatibilityAllPlatforms"); 939internal static string @DoNotGuardDictionaryRemoveByContainsKeyDescription => GetResourceString("DoNotGuardDictionaryRemoveByContainsKeyDescription"); 941internal static string @DoNotGuardDictionaryRemoveByContainsKeyMessage => GetResourceString("DoNotGuardDictionaryRemoveByContainsKeyMessage"); 943internal static string @DoNotGuardDictionaryRemoveByContainsKeyTitle => GetResourceString("DoNotGuardDictionaryRemoveByContainsKeyTitle"); 945internal static string @DoNotGuardSetAddOrRemoveByContainsDescription => GetResourceString("DoNotGuardSetAddOrRemoveByContainsDescription"); 947internal static string @DoNotGuardSetAddOrRemoveByContainsMessage => GetResourceString("DoNotGuardSetAddOrRemoveByContainsMessage"); 949internal static string @DoNotGuardSetAddOrRemoveByContainsTitle => GetResourceString("DoNotGuardSetAddOrRemoveByContainsTitle"); 951internal static string @RemoveRedundantGuardCallCodeFixTitle => GetResourceString("RemoveRedundantGuardCallCodeFixTitle"); 953internal static string @BufferBlockCopyLengthMessage => GetResourceString("BufferBlockCopyLengthMessage"); 955internal static string @BufferBlockCopyLengthTitle => GetResourceString("BufferBlockCopyLengthTitle"); 957internal static string @BufferBlockCopyDescription => GetResourceString("BufferBlockCopyDescription"); 959internal static string @PreferAsSpanOverSubstringDescription => GetResourceString("PreferAsSpanOverSubstringDescription"); 961internal static string @PreferAsSpanOverSubstringMessage => GetResourceString("PreferAsSpanOverSubstringMessage"); 963internal static string @PreferAsSpanOverSubstringTitle => GetResourceString("PreferAsSpanOverSubstringTitle"); 965internal static string @PreferAsSpanOverSubstringCodefixTitle => GetResourceString("PreferAsSpanOverSubstringCodefixTitle"); 967internal static string @UseCancellationTokenThrowIfCancellationRequestedDescription => GetResourceString("UseCancellationTokenThrowIfCancellationRequestedDescription"); 969internal static string @UseCancellationTokenThrowIfCancellationRequestedMessage => GetResourceString("UseCancellationTokenThrowIfCancellationRequestedMessage"); 971internal static string @UseCancellationTokenThrowIfCancellationRequestedTitle => GetResourceString("UseCancellationTokenThrowIfCancellationRequestedTitle"); 973internal static string @UseCancellationTokenThrowIfCancellationRequestedCodeFixTitle => GetResourceString("UseCancellationTokenThrowIfCancellationRequestedCodeFixTitle"); 975internal static string @ProvideStreamMemoryBasedAsyncOverridesDescription => GetResourceString("ProvideStreamMemoryBasedAsyncOverridesDescription"); 977internal static string @ProvideStreamMemoryBasedAsyncOverridesMessage => GetResourceString("ProvideStreamMemoryBasedAsyncOverridesMessage"); 979internal static string @ProvideStreamMemoryBasedAsyncOverridesTitle => GetResourceString("ProvideStreamMemoryBasedAsyncOverridesTitle"); 981internal static string @UseSpanBasedStringConcatDescription => GetResourceString("UseSpanBasedStringConcatDescription"); 983internal static string @UseSpanBasedStringConcatMessage => GetResourceString("UseSpanBasedStringConcatMessage"); 985internal static string @UseSpanBasedStringConcatTitle => GetResourceString("UseSpanBasedStringConcatTitle"); 987internal static string @UseSpanBasedStringConcatCodeFixTitle => GetResourceString("UseSpanBasedStringConcatCodeFixTitle"); 989internal static string @PreferDictionaryContainsKeyCodeFixTitle => GetResourceString("PreferDictionaryContainsKeyCodeFixTitle"); 991internal static string @PreferDictionaryContainsKeyDescription => GetResourceString("PreferDictionaryContainsKeyDescription"); 993internal static string @PreferDictionaryContainsKeyMessage => GetResourceString("PreferDictionaryContainsKeyMessage"); 995internal static string @PreferDictionaryContainsMethodsTitle => GetResourceString("PreferDictionaryContainsMethodsTitle"); 997internal static string @PreferDictionaryContainsValueCodeFixTitle => GetResourceString("PreferDictionaryContainsValueCodeFixTitle"); 999internal static string @PreferDictionaryContainsValueDescription => GetResourceString("PreferDictionaryContainsValueDescription"); 1001internal static string @PreferDictionaryContainsValueMessage => GetResourceString("PreferDictionaryContainsValueMessage"); 1003internal static string @UseValidPlatformStringDescription => GetResourceString("UseValidPlatformStringDescription"); 1005internal static string @UseValidPlatformStringTitle => GetResourceString("UseValidPlatformStringTitle"); 1007internal static string @UseValidPlatformStringUnknownPlatform => GetResourceString("UseValidPlatformStringUnknownPlatform"); 1009internal static string @UseValidPlatformStringInvalidVersion => GetResourceString("UseValidPlatformStringInvalidVersion"); 1011internal static string @UseValidPlatformStringNoVersion => GetResourceString("UseValidPlatformStringNoVersion"); 1013internal static string @DoNotUseWaitAllWithSingleTaskDescription => GetResourceString("DoNotUseWaitAllWithSingleTaskDescription"); 1015internal static string @DoNotUseWaitAllWithSingleTaskTitle => GetResourceString("DoNotUseWaitAllWithSingleTaskTitle"); 1017internal static string @DoNotUseWhenAllWithSingleTaskDescription => GetResourceString("DoNotUseWhenAllWithSingleTaskDescription"); 1019internal static string @DoNotUseWhenAllWithSingleTaskTitle => GetResourceString("DoNotUseWhenAllWithSingleTaskTitle"); 1021internal static string @DoNotUseWaitAllWithSingleTaskFix => GetResourceString("DoNotUseWaitAllWithSingleTaskFix"); 1023internal static string @DoNotUseWhenAllWithSingleTaskFix => GetResourceString("DoNotUseWhenAllWithSingleTaskFix"); 1025internal static string @DoNotUseNonCancelableTaskDelayWithWhenAnyTitle => GetResourceString("DoNotUseNonCancelableTaskDelayWithWhenAnyTitle"); 1027internal static string @DoNotUseNonCancelableTaskDelayWithWhenAnyMessage => GetResourceString("DoNotUseNonCancelableTaskDelayWithWhenAnyMessage"); 1029internal static string @DoNotUseNonCancelableTaskDelayWithWhenAnyDescription => GetResourceString("DoNotUseNonCancelableTaskDelayWithWhenAnyDescription"); 1031internal static string @UseStringEqualsOverStringCompareCodeFixTitle => GetResourceString("UseStringEqualsOverStringCompareCodeFixTitle"); 1033internal static string @UseStringEqualsOverStringCompareDescription => GetResourceString("UseStringEqualsOverStringCompareDescription"); 1035internal static string @UseStringEqualsOverStringCompareMessage => GetResourceString("UseStringEqualsOverStringCompareMessage"); 1037internal static string @UseStringEqualsOverStringCompareTitle => GetResourceString("UseStringEqualsOverStringCompareTitle"); 1039internal static string @ProvidePublicParameterlessSafeHandleConstructorDescription => GetResourceString("ProvidePublicParameterlessSafeHandleConstructorDescription"); 1041internal static string @ProvidePublicParameterlessSafeHandleConstructorMessage => GetResourceString("ProvidePublicParameterlessSafeHandleConstructorMessage"); 1043internal static string @ProvidePublicParameterlessSafeHandleConstructorTitle => GetResourceString("ProvidePublicParameterlessSafeHandleConstructorTitle"); 1045internal static string @MakeParameterlessConstructorPublic => GetResourceString("MakeParameterlessConstructorPublic"); 1047internal static string @DynamicInterfaceCastableImplementationUnsupportedDescription => GetResourceString("DynamicInterfaceCastableImplementationUnsupportedDescription"); 1049internal static string @DynamicInterfaceCastableImplementationUnsupportedMessage => GetResourceString("DynamicInterfaceCastableImplementationUnsupportedMessage"); 1051internal static string @DynamicInterfaceCastableImplementationUnsupportedTitle => GetResourceString("DynamicInterfaceCastableImplementationUnsupportedTitle"); 1053internal static string @ImplementInterfacesOnDynamicCastableImplementation => GetResourceString("ImplementInterfacesOnDynamicCastableImplementation"); 1055internal static string @InterfaceMembersMissingImplementationDescription => GetResourceString("InterfaceMembersMissingImplementationDescription"); 1057internal static string @InterfaceMembersMissingImplementationMessage => GetResourceString("InterfaceMembersMissingImplementationMessage"); 1059internal static string @InterfaceMembersMissingImplementationTitle => GetResourceString("InterfaceMembersMissingImplementationTitle"); 1061internal static string @MembersDeclaredOnImplementationTypeMustBeStaticDescription => GetResourceString("MembersDeclaredOnImplementationTypeMustBeStaticDescription"); 1063internal static string @MembersDeclaredOnImplementationTypeMustBeStaticMessage => GetResourceString("MembersDeclaredOnImplementationTypeMustBeStaticMessage"); 1065internal static string @MembersDeclaredOnImplementationTypeMustBeStaticTitle => GetResourceString("MembersDeclaredOnImplementationTypeMustBeStaticTitle"); 1067internal static string @MakeMethodDeclaredOnImplementationTypeStatic => GetResourceString("MakeMethodDeclaredOnImplementationTypeStatic"); 1069internal static string @UseStringContainsCharOverloadWithSingleCharactersDescription => GetResourceString("UseStringContainsCharOverloadWithSingleCharactersDescription"); 1071internal static string @UseStringContainsCharOverloadWithSingleCharactersMessage => GetResourceString("UseStringContainsCharOverloadWithSingleCharactersMessage"); 1073internal static string @UseStringContainsCharOverloadWithSingleCharactersTitle => GetResourceString("UseStringContainsCharOverloadWithSingleCharactersTitle"); 1075internal static string @ReplaceStringLiteralWithCharLiteralCodeActionTitle => GetResourceString("ReplaceStringLiteralWithCharLiteralCodeActionTitle"); 1077internal static string @PreferHashDataOverComputeHashAnalyzerTitle => GetResourceString("PreferHashDataOverComputeHashAnalyzerTitle"); 1079internal static string @PreferHashDataOverComputeHashAnalyzerDescription => GetResourceString("PreferHashDataOverComputeHashAnalyzerDescription"); 1081internal static string @PreferHashDataOverComputeHashAnalyzerMessage => GetResourceString("PreferHashDataOverComputeHashAnalyzerMessage"); 1083internal static string @PreferHashDataCodefixTitle => GetResourceString("PreferHashDataCodefixTitle"); 1085internal static string @DetectPreviewFeaturesDescription => GetResourceString("DetectPreviewFeaturesDescription"); 1087internal static string @DetectPreviewFeaturesMessageWithCustomMessagePlaceholder => GetResourceString("DetectPreviewFeaturesMessageWithCustomMessagePlaceholder"); 1089internal static string @DetectPreviewFeaturesTitle => GetResourceString("DetectPreviewFeaturesTitle"); 1091internal static string @StaticAndAbstractRequiresPreviewFeatures => GetResourceString("StaticAndAbstractRequiresPreviewFeatures"); 1093internal static string @MakeMethodDeclaredOnImplementationTypeStaticMayProduceInvalidCode => GetResourceString("MakeMethodDeclaredOnImplementationTypeStaticMayProduceInvalidCode"); 1095internal static string @DerivesFromPreviewClassMessageWithCustomMessagePlaceholder => GetResourceString("DerivesFromPreviewClassMessageWithCustomMessagePlaceholder"); 1097internal static string @ImplementsPreviewInterfaceMessageWithCustomMessagePlaceholder => GetResourceString("ImplementsPreviewInterfaceMessageWithCustomMessagePlaceholder"); 1099internal static string @ImplementsPreviewMethodMessageWithCustomMessagePlaceholder => GetResourceString("ImplementsPreviewMethodMessageWithCustomMessagePlaceholder"); 1101internal static string @MethodReturnsPreviewTypeMessageWithCustomMessagePlaceholder => GetResourceString("MethodReturnsPreviewTypeMessageWithCustomMessagePlaceholder"); 1103internal static string @MethodUsesPreviewTypeAsParameterMessageWithCustomMessagePlaceholder => GetResourceString("MethodUsesPreviewTypeAsParameterMessageWithCustomMessagePlaceholder"); 1105internal static string @OverridesPreviewMethodMessageWithCustomMessagePlaceholder => GetResourceString("OverridesPreviewMethodMessageWithCustomMessagePlaceholder"); 1107internal static string @UsesPreviewTypeParameterMessageWithCustomMessagePlaceholder => GetResourceString("UsesPreviewTypeParameterMessageWithCustomMessagePlaceholder"); 1109internal static string @FieldIsPreviewTypeMessageWithCustomMessagePlaceholder => GetResourceString("FieldIsPreviewTypeMessageWithCustomMessagePlaceholder"); 1111internal static string @ModuleInitializerAttributeShouldNotBeUsedInLibrariesDescription => GetResourceString("ModuleInitializerAttributeShouldNotBeUsedInLibrariesDescription"); 1113internal static string @ModuleInitializerAttributeShouldNotBeUsedInLibrariesMessage => GetResourceString("ModuleInitializerAttributeShouldNotBeUsedInLibrariesMessage"); 1115internal static string @ModuleInitializerAttributeShouldNotBeUsedInLibrariesTitle => GetResourceString("ModuleInitializerAttributeShouldNotBeUsedInLibrariesTitle"); 1118internal static string @DoNotCallEnumerableCastOrOfTypeWithIncompatibleTypesDescription => GetResourceString("DoNotCallEnumerableCastOrOfTypeWithIncompatibleTypesDescription"); 1120internal static string @DoNotCallEnumerableCastOrOfTypeWithIncompatibleTypesMessageCast => GetResourceString("DoNotCallEnumerableCastOrOfTypeWithIncompatibleTypesMessageCast"); 1122internal static string @UseAsyncMethodInAsyncContextMessage => GetResourceString("UseAsyncMethodInAsyncContextMessage"); 1124internal static string @UseAsyncMethodInAsyncContextTitle => GetResourceString("UseAsyncMethodInAsyncContextTitle"); 1126internal static string @UseAsyncMethodInAsyncContextMessage_NoAlternative => GetResourceString("UseAsyncMethodInAsyncContextMessage_NoAlternative"); 1128internal static string @UseAsyncMethodInAsyncContextDescription => GetResourceString("UseAsyncMethodInAsyncContextDescription"); 1130internal static string @DoNotDisableTokenValidationChecksTitle => GetResourceString("DoNotDisableTokenValidationChecksTitle"); 1132internal static string @DoNotDisableTokenValidationChecksDescription => GetResourceString("DoNotDisableTokenValidationChecksDescription"); 1134internal static string @DoNotDisableTokenValidationChecksMessage => GetResourceString("DoNotDisableTokenValidationChecksMessage"); 1136internal static string @DoNotAlwaysSkipTokenValidationInDelegatesTitle => GetResourceString("DoNotAlwaysSkipTokenValidationInDelegatesTitle"); 1138internal static string @DoNotAlwaysSkipTokenValidationInDelegatesDescription => GetResourceString("DoNotAlwaysSkipTokenValidationInDelegatesDescription"); 1140internal static string @DoNotAlwaysSkipTokenValidationInDelegatesMessage => GetResourceString("DoNotAlwaysSkipTokenValidationInDelegatesMessage"); 1142internal static string @DerivesFromPreviewClassMessage => GetResourceString("DerivesFromPreviewClassMessage"); 1144internal static string @DetectPreviewFeaturesMessage => GetResourceString("DetectPreviewFeaturesMessage"); 1146internal static string @FieldIsPreviewTypeMessage => GetResourceString("FieldIsPreviewTypeMessage"); 1148internal static string @ImplementsPreviewInterfaceMessage => GetResourceString("ImplementsPreviewInterfaceMessage"); 1150internal static string @ImplementsPreviewMethodMessage => GetResourceString("ImplementsPreviewMethodMessage"); 1152internal static string @MethodReturnsPreviewTypeMessage => GetResourceString("MethodReturnsPreviewTypeMessage"); 1154internal static string @MethodUsesPreviewTypeAsParameterMessage => GetResourceString("MethodUsesPreviewTypeAsParameterMessage"); 1156internal static string @OverridesPreviewMethodMessage => GetResourceString("OverridesPreviewMethodMessage"); 1158internal static string @UsesPreviewTypeParameterMessage => GetResourceString("UsesPreviewTypeParameterMessage"); 1160internal static string @ConstantExpectedApplicationTitle => GetResourceString("ConstantExpectedApplicationTitle"); 1162internal static string @ConstantExpectedApplicationDescription => GetResourceString("ConstantExpectedApplicationDescription"); 1164internal static string @ConstantExpectedUsageTitle => GetResourceString("ConstantExpectedUsageTitle"); 1166internal static string @ConstantExpectedUsageDescription => GetResourceString("ConstantExpectedUsageDescription"); 1168internal static string @ConstantExpectedNotSupportedMessage => GetResourceString("ConstantExpectedNotSupportedMessage"); 1170internal static string @ConstantExpectedIncompatibleConstantTypeMessage => GetResourceString("ConstantExpectedIncompatibleConstantTypeMessage"); 1172internal static string @ConstantExpectedInvalidBoundsMessage => GetResourceString("ConstantExpectedInvalidBoundsMessage"); 1174internal static string @ConstantExpectedInvertedRangeMessage => GetResourceString("ConstantExpectedInvertedRangeMessage"); 1176internal static string @ConstantExpectedOutOfBoundsMessage => GetResourceString("ConstantExpectedOutOfBoundsMessage"); 1178internal static string @ConstantExpectedInvalidMessage => GetResourceString("ConstantExpectedInvalidMessage"); 1180internal static string @ConstantExpectedNotConstantMessage => GetResourceString("ConstantExpectedNotConstantMessage"); 1182internal static string @ConstantExpectedAttributExpectedMessage => GetResourceString("ConstantExpectedAttributExpectedMessage"); 1184internal static string @SpecifyCultureForToLowerAndToUpperTitle => GetResourceString("SpecifyCultureForToLowerAndToUpperTitle"); 1186internal static string @SpecifyCultureForToLowerAndToUpperDescription => GetResourceString("SpecifyCultureForToLowerAndToUpperDescription"); 1188internal static string @SpecifyCultureForToLowerAndToUpperMessage => GetResourceString("SpecifyCultureForToLowerAndToUpperMessage"); 1190internal static string @SpecifyCurrentCulture => GetResourceString("SpecifyCurrentCulture"); 1192internal static string @UseInvariantVersion => GetResourceString("UseInvariantVersion"); 1194internal static string @FeatureUnsupportedWhenRuntimeMarshallingDisabledDescription => GetResourceString("FeatureUnsupportedWhenRuntimeMarshallingDisabledDescription"); 1196internal static string @FeatureUnsupportedWhenRuntimeMarshallingDisabledTitle => GetResourceString("FeatureUnsupportedWhenRuntimeMarshallingDisabledTitle"); 1198internal static string @MethodUsesRuntimeMarshallingEvenWhenMarshallingDisabledDescription => GetResourceString("MethodUsesRuntimeMarshallingEvenWhenMarshallingDisabledDescription"); 1200internal static string @MethodUsesRuntimeMarshallingEvenWhenMarshallingDisabledMessage => GetResourceString("MethodUsesRuntimeMarshallingEvenWhenMarshallingDisabledMessage"); 1202internal static string @MethodUsesRuntimeMarshallingEvenWhenMarshallingDisabledTitle => GetResourceString("MethodUsesRuntimeMarshallingEvenWhenMarshallingDisabledTitle"); 1204internal static string @UseDisabledMarshallingEquivalentCodeFix => GetResourceString("UseDisabledMarshallingEquivalentCodeFix"); 1206internal static string @FeatureUnsupportedWhenRuntimeMarshallingDisabledMessageAutoLayoutTypes => GetResourceString("FeatureUnsupportedWhenRuntimeMarshallingDisabledMessageAutoLayoutTypes"); 1208internal static string @FeatureUnsupportedWhenRuntimeMarshallingDisabledMessageByRefParameters => GetResourceString("FeatureUnsupportedWhenRuntimeMarshallingDisabledMessageByRefParameters"); 1210internal static string @FeatureUnsupportedWhenRuntimeMarshallingDisabledMessageHResultSwapping => GetResourceString("FeatureUnsupportedWhenRuntimeMarshallingDisabledMessageHResultSwapping"); 1212internal static string @FeatureUnsupportedWhenRuntimeMarshallingDisabledMessageLCIDConversionAttribute => GetResourceString("FeatureUnsupportedWhenRuntimeMarshallingDisabledMessageLCIDConversionAttribute"); 1214internal static string @FeatureUnsupportedWhenRuntimeMarshallingDisabledMessageManagedParameterOrReturnTypes => GetResourceString("FeatureUnsupportedWhenRuntimeMarshallingDisabledMessageManagedParameterOrReturnTypes"); 1216internal static string @FeatureUnsupportedWhenRuntimeMarshallingDisabledMessageSetLastError => GetResourceString("FeatureUnsupportedWhenRuntimeMarshallingDisabledMessageSetLastError"); 1218internal static string @FeatureUnsupportedWhenRuntimeMarshallingDisabledMessageVarargPInvokes => GetResourceString("FeatureUnsupportedWhenRuntimeMarshallingDisabledMessageVarargPInvokes"); 1220internal static string @SealInternalTypesDescription => GetResourceString("SealInternalTypesDescription"); 1222internal static string @SealInternalTypesMessage => GetResourceString("SealInternalTypesMessage"); 1224internal static string @SealInternalTypesTitle => GetResourceString("SealInternalTypesTitle"); 1226internal static string @SealInternalTypesCodeFixTitle => GetResourceString("SealInternalTypesCodeFixTitle"); 1228internal static string @FeatureUnsupportedWhenRuntimeMarshallingDisabledMessageDelegateUsage => GetResourceString("FeatureUnsupportedWhenRuntimeMarshallingDisabledMessageDelegateUsage"); 1230internal static string @PreferDictionaryTryGetValueCodeFixTitle => GetResourceString("PreferDictionaryTryGetValueCodeFixTitle"); 1232internal static string @PreferDictionaryTryGetValueTitle => GetResourceString("PreferDictionaryTryGetValueTitle"); 1234internal static string @PreferDictionaryTryGetValueMessage => GetResourceString("PreferDictionaryTryGetValueMessage"); 1236internal static string @PreferDictionaryTryGetValueDescription => GetResourceString("PreferDictionaryTryGetValueDescription"); 1238internal static string @SpecifyIFormatProviderMessageIFormatProviderOptional => GetResourceString("SpecifyIFormatProviderMessageIFormatProviderOptional"); 1240internal static string @PlatformCompatibilityObsoletedCsAllPlatformMessage => GetResourceString("PlatformCompatibilityObsoletedCsAllPlatformMessage"); 1242internal static string @PlatformCompatibilityObsoletedCsReachableMessage => GetResourceString("PlatformCompatibilityObsoletedCsReachableMessage"); 1244internal static string @ParenthesisWithPlaceHolder => GetResourceString("ParenthesisWithPlaceHolder"); 1246internal static string @ImplementGenericMathInterfacesCorrectlyDescription => GetResourceString("ImplementGenericMathInterfacesCorrectlyDescription"); 1248internal static string @ImplementGenericMathInterfacesCorrectlyMessage => GetResourceString("ImplementGenericMathInterfacesCorrectlyMessage"); 1250internal static string @ImplementGenericMathInterfacesCorrectlyTitle => GetResourceString("ImplementGenericMathInterfacesCorrectlyTitle"); 1252internal static string @PreferGenericOverloadsCodeFixTitle => GetResourceString("PreferGenericOverloadsCodeFixTitle"); 1254internal static string @PreferGenericOverloadsDescription => GetResourceString("PreferGenericOverloadsDescription"); 1256internal static string @PreferGenericOverloadsMessage => GetResourceString("PreferGenericOverloadsMessage"); 1258internal static string @PreferGenericOverloadsTitle => GetResourceString("PreferGenericOverloadsTitle"); 1260internal static string @UseSpanClearInsteadOfFillCodeFixTitle => GetResourceString("UseSpanClearInsteadOfFillCodeFixTitle"); 1262internal static string @UseSpanClearInsteadOfFillDescription => GetResourceString("UseSpanClearInsteadOfFillDescription"); 1264internal static string @UseSpanClearInsteadOfFillMessage => GetResourceString("UseSpanClearInsteadOfFillMessage"); 1266internal static string @UseSpanClearInsteadOfFillTitle => GetResourceString("UseSpanClearInsteadOfFillTitle"); 1268internal static string @UseSearchValuesTitle => GetResourceString("UseSearchValuesTitle"); 1270internal static string @UseSearchValuesMessage => GetResourceString("UseSearchValuesMessage"); 1272internal static string @UseSearchValuesDescription => GetResourceString("UseSearchValuesDescription"); 1274internal static string @UseSearchValuesCodeFixTitle => GetResourceString("UseSearchValuesCodeFixTitle"); 1276internal static string @PreventNumericIntPtrUIntPtrBehavioralChangesDescription => GetResourceString("PreventNumericIntPtrUIntPtrBehavioralChangesDescription"); 1278internal static string @PreventNumericIntPtrUIntPtrBehavioralChangesConversionNotThrowMessage => GetResourceString("PreventNumericIntPtrUIntPtrBehavioralChangesConversionNotThrowMessage"); 1280internal static string @PreventNumericIntPtrUIntPtrBehavioralChangesOperatorThrowsMessage => GetResourceString("PreventNumericIntPtrUIntPtrBehavioralChangesOperatorThrowsMessage"); 1282internal static string @PreventNumericIntPtrUIntPtrBehavioralChangesTitle => GetResourceString("PreventNumericIntPtrUIntPtrBehavioralChangesTitle"); 1284internal static string @PreventNumericIntPtrUIntPtrBehavioralChangesConversionThrowsMessage => GetResourceString("PreventNumericIntPtrUIntPtrBehavioralChangesConversionThrowsMessage"); 1286internal static string @UseStartsWithInsteadOfIndexOfComparisonWithZeroCodeFixTitle => GetResourceString("UseStartsWithInsteadOfIndexOfComparisonWithZeroCodeFixTitle"); 1288internal static string @UseStartsWithInsteadOfIndexOfComparisonWithZeroDescription => GetResourceString("UseStartsWithInsteadOfIndexOfComparisonWithZeroDescription"); 1290internal static string @UseStartsWithInsteadOfIndexOfComparisonWithZeroMessage => GetResourceString("UseStartsWithInsteadOfIndexOfComparisonWithZeroMessage"); 1292internal static string @UseStartsWithInsteadOfIndexOfComparisonWithZeroTitle => GetResourceString("UseStartsWithInsteadOfIndexOfComparisonWithZeroTitle"); 1294internal static string @UseArgumentNullExceptionThrowHelperTitle => GetResourceString("UseArgumentNullExceptionThrowHelperTitle"); 1296internal static string @UseArgumentExceptionThrowHelperTitle => GetResourceString("UseArgumentExceptionThrowHelperTitle"); 1298internal static string @UseArgumentOutOfRangeExceptionThrowHelperTitle => GetResourceString("UseArgumentOutOfRangeExceptionThrowHelperTitle"); 1300internal static string @UseObjectDisposedExceptionThrowHelperTitle => GetResourceString("UseObjectDisposedExceptionThrowHelperTitle"); 1302internal static string @UseThrowHelperMessage => GetResourceString("UseThrowHelperMessage"); 1304internal static string @UseThrowHelperDescription => GetResourceString("UseThrowHelperDescription"); 1306internal static string @UseThrowHelperFix => GetResourceString("UseThrowHelperFix"); 1308internal static string @PreferJsonElementParseTitle => GetResourceString("PreferJsonElementParseTitle"); 1310internal static string @PreferJsonElementParseMessage => GetResourceString("PreferJsonElementParseMessage"); 1312internal static string @PreferJsonElementParseDescription => GetResourceString("PreferJsonElementParseDescription"); 1314internal static string @PreferJsonElementParseFix => GetResourceString("PreferJsonElementParseFix"); 1316internal static string @AvoidRedundantRegexIsMatchBeforeMatchTitle => GetResourceString("AvoidRedundantRegexIsMatchBeforeMatchTitle"); 1318internal static string @AvoidRedundantRegexIsMatchBeforeMatchMessage => GetResourceString("AvoidRedundantRegexIsMatchBeforeMatchMessage"); 1320internal static string @AvoidRedundantRegexIsMatchBeforeMatchDescription => GetResourceString("AvoidRedundantRegexIsMatchBeforeMatchDescription"); 1322internal static string @AvoidRedundantRegexIsMatchBeforeMatchFix => GetResourceString("AvoidRedundantRegexIsMatchBeforeMatchFix"); 1324internal static string @UseConcreteTypeDescription => GetResourceString("UseConcreteTypeDescription"); 1326internal static string @UseConcreteTypeForFieldMessage => GetResourceString("UseConcreteTypeForFieldMessage"); 1328internal static string @UseConcreteTypeTitle => GetResourceString("UseConcreteTypeTitle"); 1330internal static string @UseConcreteTypeForLocalMessage => GetResourceString("UseConcreteTypeForLocalMessage"); 1332internal static string @UseConcreteTypeForMethodReturnMessage => GetResourceString("UseConcreteTypeForMethodReturnMessage"); 1334internal static string @UseConcreteTypeForPropertyMessage => GetResourceString("UseConcreteTypeForPropertyMessage"); 1336internal static string @UseConcreteTypeForParameterMessage => GetResourceString("UseConcreteTypeForParameterMessage"); 1338internal static string @PreferLengthOverAnyCodeFixTitle => GetResourceString("PreferLengthOverAnyCodeFixTitle"); 1340internal static string @PreferLengthOverAnyMessage => GetResourceString("PreferLengthOverAnyMessage"); 1342internal static string @PreferCountOverAnyCodeFixTitle => GetResourceString("PreferCountOverAnyCodeFixTitle"); 1344internal static string @PreferLengthCountIsEmptyOverAnyTitle => GetResourceString("PreferLengthCountIsEmptyOverAnyTitle"); 1346internal static string @PreferCountOverAnyMessage => GetResourceString("PreferCountOverAnyMessage"); 1348internal static string @PreferLengthCountIsEmptyOverAnyDescription => GetResourceString("PreferLengthCountIsEmptyOverAnyDescription"); 1350internal static string @PreferIsEmptyOverAnyCodeFixTitle => GetResourceString("PreferIsEmptyOverAnyCodeFixTitle"); 1352internal static string @PreferIsEmptyOverAnyMessage => GetResourceString("PreferIsEmptyOverAnyMessage"); 1354internal static string @RecommendCaseInsensitiveStringComparerStringComparisonCodeFixTitle => GetResourceString("RecommendCaseInsensitiveStringComparerStringComparisonCodeFixTitle"); 1356internal static string @RecommendCaseInsensitiveStringComparerDescription => GetResourceString("RecommendCaseInsensitiveStringComparerDescription"); 1358internal static string @RecommendCaseInsensitiveStringComparerMessage => GetResourceString("RecommendCaseInsensitiveStringComparerMessage"); 1360internal static string @RecommendCaseInsensitiveStringEqualsCodeFixTitle => GetResourceString("RecommendCaseInsensitiveStringEqualsCodeFixTitle"); 1362internal static string @RecommendCaseInsensitiveStringEqualsDescription => GetResourceString("RecommendCaseInsensitiveStringEqualsDescription"); 1364internal static string @RecommendCaseInsensitiveStringEqualsMessage => GetResourceString("RecommendCaseInsensitiveStringEqualsMessage"); 1366internal static string @RecommendCaseInsensitiveStringComparisonTitle => GetResourceString("RecommendCaseInsensitiveStringComparisonTitle"); 1368internal static string @RecommendCaseInsensitiveStringComparisonDescription => GetResourceString("RecommendCaseInsensitiveStringComparisonDescription"); 1370internal static string @RecommendCaseInsensitiveStringComparisonMessage => GetResourceString("RecommendCaseInsensitiveStringComparisonMessage"); 1372internal static string @PreferDictionaryTryAddValueCodeFixTitle => GetResourceString("PreferDictionaryTryAddValueCodeFixTitle"); 1374internal static string @PreferDictionaryTryAddTitle => GetResourceString("PreferDictionaryTryAddTitle"); 1376internal static string @PreferDictionaryTryAddMessage => GetResourceString("PreferDictionaryTryAddMessage"); 1378internal static string @PreferDictionaryTryAddDescription => GetResourceString("PreferDictionaryTryAddDescription"); 1380internal static string @UseCompositeFormatTitle => GetResourceString("UseCompositeFormatTitle"); 1382internal static string @UseCompositeFormatMessage => GetResourceString("UseCompositeFormatMessage"); 1384internal static string @UseCompositeFormatDescription => GetResourceString("UseCompositeFormatDescription"); 1386internal static string @UseStringMethodCharOverloadWithSingleCharactersDescription => GetResourceString("UseStringMethodCharOverloadWithSingleCharactersDescription"); 1388internal static string @UseStringMethodCharOverloadWithSingleCharactersMessage => GetResourceString("UseStringMethodCharOverloadWithSingleCharactersMessage"); 1390internal static string @UseStringMethodCharOverloadWithSingleCharactersTitle => GetResourceString("UseStringMethodCharOverloadWithSingleCharactersTitle"); 1392internal static string @AvoidPotentiallyExpensiveCallWhenLoggingDescription => GetResourceString("AvoidPotentiallyExpensiveCallWhenLoggingDescription"); 1394internal static string @AvoidPotentiallyExpensiveCallWhenLoggingMessage => GetResourceString("AvoidPotentiallyExpensiveCallWhenLoggingMessage"); 1396internal static string @AvoidPotentiallyExpensiveCallWhenLoggingTitle => GetResourceString("AvoidPotentiallyExpensiveCallWhenLoggingTitle"); 1398internal static string @AvoidPotentiallyExpensiveCallWhenLoggingReasonAnonymousObjectCreation => GetResourceString("AvoidPotentiallyExpensiveCallWhenLoggingReasonAnonymousObjectCreation"); 1400internal static string @AvoidPotentiallyExpensiveCallWhenLoggingReasonArrayCreation => GetResourceString("AvoidPotentiallyExpensiveCallWhenLoggingReasonArrayCreation"); 1402internal static string @AvoidPotentiallyExpensiveCallWhenLoggingReasonAwaitExpression => GetResourceString("AvoidPotentiallyExpensiveCallWhenLoggingReasonAwaitExpression"); 1404internal static string @AvoidPotentiallyExpensiveCallWhenLoggingReasonBoxingConversion => GetResourceString("AvoidPotentiallyExpensiveCallWhenLoggingReasonBoxingConversion"); 1406internal static string @AvoidPotentiallyExpensiveCallWhenLoggingReasonCollectionExpression => GetResourceString("AvoidPotentiallyExpensiveCallWhenLoggingReasonCollectionExpression"); 1408internal static string @AvoidPotentiallyExpensiveCallWhenLoggingReasonMethodInvocation => GetResourceString("AvoidPotentiallyExpensiveCallWhenLoggingReasonMethodInvocation"); 1410internal static string @AvoidPotentiallyExpensiveCallWhenLoggingReasonObjectCreation => GetResourceString("AvoidPotentiallyExpensiveCallWhenLoggingReasonObjectCreation"); 1412internal static string @AvoidPotentiallyExpensiveCallWhenLoggingReasonStringInterpolation => GetResourceString("AvoidPotentiallyExpensiveCallWhenLoggingReasonStringInterpolation"); 1414internal static string @AvoidPotentiallyExpensiveCallWhenLoggingReasonWithExpression => GetResourceString("AvoidPotentiallyExpensiveCallWhenLoggingReasonWithExpression"); 1416internal static string @AvoidSingleUseOfLocalJsonSerializerOptionsMessage => GetResourceString("AvoidSingleUseOfLocalJsonSerializerOptionsMessage"); 1418internal static string @AvoidSingleUseOfLocalJsonSerializerOptionsDescription => GetResourceString("AvoidSingleUseOfLocalJsonSerializerOptionsDescription"); 1420internal static string @AvoidSingleUseOfLocalJsonSerializerOptionsTitle => GetResourceString("AvoidSingleUseOfLocalJsonSerializerOptionsTitle"); 1422internal static string @DoNotPassNonNullableValueToArgumentNullExceptionThrowIfNullTitle => GetResourceString("DoNotPassNonNullableValueToArgumentNullExceptionThrowIfNullTitle"); 1424internal static string @DoNotPassNonNullableValueToArgumentNullExceptionThrowIfNullMessage => GetResourceString("DoNotPassNonNullableValueToArgumentNullExceptionThrowIfNullMessage"); 1426internal static string @DoNotPassNonNullableValueToArgumentNullExceptionThrowIfNullDescription => GetResourceString("DoNotPassNonNullableValueToArgumentNullExceptionThrowIfNullDescription"); 1428internal static string @DoNotPassNonNullableValueToArgumentNullExceptionThrowIfNullCodeFixTitle => GetResourceString("DoNotPassNonNullableValueToArgumentNullExceptionThrowIfNullCodeFixTitle"); 1430internal static string @DoNotPassNullableStructToArgumentNullExceptionThrowIfNullTitle => GetResourceString("DoNotPassNullableStructToArgumentNullExceptionThrowIfNullTitle"); 1432internal static string @DoNotPassNullableStructToArgumentNullExceptionThrowIfNullMessage => GetResourceString("DoNotPassNullableStructToArgumentNullExceptionThrowIfNullMessage"); 1434internal static string @DoNotPassNullableStructToArgumentNullExceptionThrowIfNullDescription => GetResourceString("DoNotPassNullableStructToArgumentNullExceptionThrowIfNullDescription"); 1436internal static string @DoNotPassNullableStructToArgumentNullExceptionThrowIfNullCodeFixTitle => GetResourceString("DoNotPassNullableStructToArgumentNullExceptionThrowIfNullCodeFixTitle"); 1438internal static string @DoNotCompareSpanToNullOrDefaultDescription => GetResourceString("DoNotCompareSpanToNullOrDefaultDescription"); 1440internal static string @DoNotCompareSpanToNullMessage => GetResourceString("DoNotCompareSpanToNullMessage"); 1442internal static string @DoNotCompareSpanToDefaultMessage => GetResourceString("DoNotCompareSpanToDefaultMessage"); 1444internal static string @DoNotCompareSpanToNullOrDefaultTitle => GetResourceString("DoNotCompareSpanToNullOrDefaultTitle"); 1446internal static string @DoNotCompareSpanToNullIsEmptyCodeFixTitle => GetResourceString("DoNotCompareSpanToNullIsEmptyCodeFixTitle"); 1448internal static string @DoNotUseThreadVolatileReadWriteCodeFixTitle => GetResourceString("DoNotUseThreadVolatileReadWriteCodeFixTitle"); 1450internal static string @MissingShebangInFileBasedProgramTitle => GetResourceString("MissingShebangInFileBasedProgramTitle"); 1452internal static string @MissingShebangInFileBasedProgramDescription => GetResourceString("MissingShebangInFileBasedProgramDescription"); 1454internal static string @MissingShebangInFileBasedProgramMessage => GetResourceString("MissingShebangInFileBasedProgramMessage"); 1456internal static string @MissingShebangInFileBasedProgramCodeFixTitle => GetResourceString("MissingShebangInFileBasedProgramCodeFixTitle"); 1458internal static string @CollapseMultiplePathOperationsTitle => GetResourceString("CollapseMultiplePathOperationsTitle"); 1460internal static string @CollapseMultiplePathOperationsMessage => GetResourceString("CollapseMultiplePathOperationsMessage"); 1462internal static string @CollapseMultiplePathOperationsDescription => GetResourceString("CollapseMultiplePathOperationsDescription"); 1464internal static string @CollapseMultiplePathOperationsCodeFixTitle => GetResourceString("CollapseMultiplePathOperationsCodeFixTitle"); 1466internal static string @PreferReadOnlySpanOverSpanTitle => GetResourceString("PreferReadOnlySpanOverSpanTitle"); 1468internal static string @PreferReadOnlySpanOverSpanMessage => GetResourceString("PreferReadOnlySpanOverSpanMessage"); 1470internal static string @PreferReadOnlySpanOverSpanDescription => GetResourceString("PreferReadOnlySpanOverSpanDescription"); 1472internal static string @PreferReadOnlySpanOverSpanCodeFixTitle => GetResourceString("PreferReadOnlySpanOverSpanCodeFixTitle");