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