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