48 references to UInt
Microsoft.CodeAnalysis.CSharp (48)
Binder\Binder_Patterns.cs (1)
1705
SpecialType.System_UInt32 => BinaryOperatorKind.
UInt
,
Binder\Semantics\Operators\BinaryOperatorEasyOut.cs (2)
20
private const BinaryOperatorKind UIN = BinaryOperatorKind.
UInt
;
30
private const BinaryOperatorKind LUN = BinaryOperatorKind.Lifted | BinaryOperatorKind.
UInt
;
Binder\Semantics\Operators\OperatorKind.cs (34)
356
UIntMultiplication =
UInt
| Multiplication,
366
LiftedUIntMultiplication = Lifted |
UInt
| Multiplication,
378
UIntDivision =
UInt
| Division,
388
LiftedUIntDivision = Lifted |
UInt
| Division,
400
UIntRemainder =
UInt
| Remainder,
410
LiftedUIntRemainder = Lifted |
UInt
| Remainder,
422
UIntAddition =
UInt
| Addition,
434
LiftedUIntAddition = Lifted |
UInt
| Addition,
461
UIntSubtraction =
UInt
| Subtraction,
474
LiftedUIntSubtraction = Lifted |
UInt
| Subtraction,
495
UIntLeftShift =
UInt
| LeftShift,
502
LiftedUIntLeftShift = Lifted |
UInt
| LeftShift,
511
UIntRightShift =
UInt
| RightShift,
518
LiftedUIntRightShift = Lifted |
UInt
| RightShift,
527
UIntUnsignedRightShift =
UInt
| UnsignedRightShift,
534
LiftedUIntUnsignedRightShift = Lifted |
UInt
| UnsignedRightShift,
542
UIntEqual =
UInt
| Equal,
555
LiftedUIntEqual = Lifted |
UInt
| Equal,
573
UIntNotEqual =
UInt
| NotEqual,
586
LiftedUIntNotEqual = Lifted |
UInt
| NotEqual,
604
UIntLessThan =
UInt
| LessThan,
615
LiftedUIntLessThan = Lifted |
UInt
| LessThan,
629
UIntGreaterThan =
UInt
| GreaterThan,
640
LiftedUIntGreaterThan = Lifted |
UInt
| GreaterThan,
654
UIntLessThanOrEqual =
UInt
| LessThanOrEqual,
665
LiftedUIntLessThanOrEqual = Lifted |
UInt
| LessThanOrEqual,
679
UIntGreaterThanOrEqual =
UInt
| GreaterThanOrEqual,
690
LiftedUIntGreaterThanOrEqual = Lifted |
UInt
| GreaterThanOrEqual,
704
UIntAnd =
UInt
| And,
713
LiftedUIntAnd = Lifted |
UInt
| And,
729
UIntOr =
UInt
| Or,
738
LiftedUIntOr = Lifted |
UInt
| Or,
754
UIntXor =
UInt
| Xor,
763
LiftedUIntXor = Lifted |
UInt
| Xor,
Binder\Semantics\Operators\OperatorKindExtensions.cs (2)
155
return kind | BinaryOperatorKind.
UInt
;
291
case BinaryOperatorKind.
UInt
:
CodeGen\EmitOperators.cs (1)
791
case BinaryOperatorKind.
UInt
:
Compilation\BuiltInOperators.cs (4)
749
case BinaryOperatorKind.
UInt
: return _compilation.GetSpecialType(SpecialType.System_UInt32);
781
case BinaryOperatorKind.
UInt
: return _compilation.GetSpecialType(SpecialType.System_UInt32);
813
case BinaryOperatorKind.
UInt
: return _compilation.GetSpecialType(SpecialType.System_UInt32);
840
BinaryOperatorKind.
UInt
=> _compilation.GetSpecialType(SpecialType.System_UInt32),
Lowering\LocalRewriter\LocalRewriter_UnaryOperator.cs (4)
993
result = BinaryOperatorKind.
UInt
;
1041
result = BinaryOperatorKind.
UInt
;
1065
case BinaryOperatorKind.
UInt
:
1095
case BinaryOperatorKind.
UInt
: