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