3 references to ImplementStandardExceptionConstructorsTitle
Microsoft.CodeAnalysis.NetAnalyzers (3)
Microsoft.CodeQuality.Analyzers\ApiDesignGuidelines\ImplementStandardExceptionConstructors.cs (2)
15/// CA1032: <inheritdoc cref="ImplementStandardExceptionConstructorsTitle"/> 38CreateLocalizableResourceString(nameof(ImplementStandardExceptionConstructorsTitle)),
Microsoft.CodeQuality.Analyzers\ApiDesignGuidelines\ImplementStandardExceptionConstructors.Fixer.cs (1)
46string title = MicrosoftCodeQualityAnalyzersResources.ImplementStandardExceptionConstructorsTitle;