19 references to IsUnsignedIntegralType
Microsoft.CodeAnalysis.VisualBasic (19)
CodeGen\EmitOperators.vb (1)
543
If operandType.
IsUnsignedIntegralType
() Then
CodeGen\EmitStatement.vb (1)
616
If operandType.
IsUnsignedIntegralType
() Then
Lowering\LocalRewriter\LocalRewriter_ForTo.vb (3)
109
Not rewrittenStep.Type.GetEnumUnderlyingTypeOrSelf.
IsUnsignedIntegralType
Then
327
If rewrittenStep.Type.GetEnumUnderlyingTypeOrSelf.
IsUnsignedIntegralType
Then
682
If stepValue.Type.GetEnumUnderlyingTypeOrSelf.
IsUnsignedIntegralType
Then
Semantics\Conversions.vb (1)
813
If
IsUnsignedIntegralType
(targetType) Then
Semantics\Operators.vb (13)
738
Debug.Assert(Not underlyingResultType.
IsUnsignedIntegralType
())
1143
resultValue = If(operandType.
IsUnsignedIntegralType
(),
1148
resultValue = If(operandType.
IsUnsignedIntegralType
(),
1153
resultValue = If(operandType.
IsUnsignedIntegralType
(),
1158
resultValue = If(operandType.
IsUnsignedIntegralType
(),
1163
resultValue = If(operandType.
IsUnsignedIntegralType
(),
1168
resultValue = If(operandType.
IsUnsignedIntegralType
(),
1188
If Not resultType.
IsUnsignedIntegralType
() Then
1202
If Not resultType.
IsUnsignedIntegralType
() Then
1222
If(resultType.
IsUnsignedIntegralType
(),
1227
If Not resultType.
IsUnsignedIntegralType
() AndAlso leftValue = Int64.MinValue AndAlso rightValue = -1 Then
1237
If resultType.
IsUnsignedIntegralType
() Then
1273
If resultType.
IsUnsignedIntegralType
() Then