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