4 references to ConvertUnderlyingValueToUInt64
Microsoft.CodeAnalysis.Analyzers (4)
src\roslyn\src\Workspaces\SharedUtilitiesAndExtensions\Workspace\Core\CodeGeneration\AbstractFlagsEnumGenerator.cs (4)
78var constantValueULong = underlyingSpecialType.ConvertUnderlyingValueToUInt64(constantValue); 176var value = underlyingSpecialType.ConvertUnderlyingValueToUInt64(field.ConstantValue); 188var constantValueULong = underlyingSpecialType.ConvertUnderlyingValueToUInt64(constantValue); 195var fieldValue = underlyingSpecialType.ConvertUnderlyingValueToUInt64(field.ConstantValue);