10 references to IsUnsignedIntegralType
Microsoft.CodeAnalysis (1)
ConstantValue.cs (1)
643
return
IsUnsignedIntegralType
(this.Discriminator);
Microsoft.CodeAnalysis.VisualBasic (9)
Semantics\CompileTimeCalculations.vb (9)
233
(ConstantValue.
IsUnsignedIntegralType
(sourceType) Xor ConstantValue.
IsUnsignedIntegralType
(resultType)) Then
237
If Not ConstantValue.
IsUnsignedIntegralType
(sourceType) Then
242
Debug.Assert(Not ConstantValue.
IsUnsignedIntegralType
(resultType), "Expected signed Target type!!!")
311
If(ConstantValue.
IsUnsignedIntegralType
(sourceType), CType(UncheckedCULng(sourceValue), Double), CType(sourceValue, Double)),
322
If Not ConstantValue.
IsUnsignedIntegralType
(sourceType) AndAlso sourceValue < 0 Then
364
overflow = DetectFloatingToIntegralOverflow(sourceValue, ConstantValue.
IsUnsignedIntegralType
(targetType))
465
If ConstantValue.
IsUnsignedIntegralType
(targetType) OrElse
753
If ConstantValue.
IsUnsignedIntegralType
(resultType) Then