15 references to IsUnsignedIntegralType
Microsoft.CodeAnalysis (1)
Symbols\ITypeSymbol.cs (1)
232
return type?.SpecialType.
IsUnsignedIntegralType
() == true;
Microsoft.CodeAnalysis.VisualBasic (14)
Preprocessor\ExpressionEvaluator.vb (13)
662
If toSpecialType.
IsUnsignedIntegralType
() Then
1122
If(left.SpecialType.
IsUnsignedIntegralType
(),
1128
If(left.SpecialType.
IsUnsignedIntegralType
(),
1134
If(left.SpecialType.
IsUnsignedIntegralType
(),
1140
If(left.SpecialType.
IsUnsignedIntegralType
(),
1145
ComparisonSucceeds = If(left.SpecialType.
IsUnsignedIntegralType
(),
1151
If(left.SpecialType.
IsUnsignedIntegralType
(),
1174
If Not resultType.
IsUnsignedIntegralType
() Then
1194
If Not resultType.
IsUnsignedIntegralType
() Then
1214
If(resultType.
IsUnsignedIntegralType
(),
1221
If Not resultType.
IsUnsignedIntegralType
() AndAlso LeftValue = Int64.MinValue AndAlso RightValue = -1 Then
1230
If resultType.
IsUnsignedIntegralType
() Then
1262
If resultType.
IsUnsignedIntegralType
() Then
Symbols\TypeSymbolExtensions.vb (1)
301
Return this.SpecialType.
IsUnsignedIntegralType
()