1 reference to IsZeroValueConstant
Microsoft.CodeAnalysis.NetAnalyzers (1)
Microsoft.CodeQuality.Analyzers\ApiDesignGuidelines\EnumsShouldHaveZeroValue.cs (1)
182
if (field.HasConstantValue &&
IsZeroValueConstant
(field.ConstantValue, specialType))