5 references to EnumUtilities
Microsoft.CodeAnalysis.CodeStyle.Fixes (4)
AbstractFlagsEnumGenerator.cs (4)
82
var constantValueULong =
EnumUtilities
.ConvertEnumUnderlyingTypeToUInt64(constantValue, underlyingSpecialType);
180
var value =
EnumUtilities
.ConvertEnumUnderlyingTypeToUInt64(field.ConstantValue, underlyingSpecialType);
192
var constantValueULong =
EnumUtilities
.ConvertEnumUnderlyingTypeToUInt64(constantValue, underlyingSpecialType);
199
var fieldValue =
EnumUtilities
.ConvertEnumUnderlyingTypeToUInt64(field.ConstantValue, underlyingSpecialType);
Microsoft.CodeAnalysis.CSharp.CodeStyle.Fixes (1)
CSharpFlagsEnumGenerator.cs (1)
28
var constantValueULong =
EnumUtilities
.ConvertEnumUnderlyingTypeToUInt64(constantValue, underlyingSpecialType);