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