3 references to EnumStorageShouldBeInt32Title
Microsoft.CodeAnalysis.NetAnalyzers (3)
Microsoft.CodeQuality.Analyzers\ApiDesignGuidelines\EnumStorageShouldBeInt32.cs (2)
15
/// CA1028: <inheritdoc cref="
EnumStorageShouldBeInt32Title
"/>
27
CreateLocalizableResourceString(nameof(
EnumStorageShouldBeInt32Title
)),
Microsoft.CodeQuality.Analyzers\ApiDesignGuidelines\EnumStorageShouldBeInt32.Fixer.cs (1)
32
var title = MicrosoftCodeQualityAnalyzersResources.
EnumStorageShouldBeInt32Title
;