1 reference to TryConvertToUInt64
Microsoft.CodeAnalysis.NetAnalyzers (1)
Microsoft.CodeQuality.Analyzers\ApiDesignGuidelines\Helpers\EnumHelpers.cs (1)
76
if (!
TryConvertToUInt64
(field.ConstantValue, enumType.EnumUnderlyingType!.SpecialType, out ulong convertedValue))