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