20 references to UInt
Microsoft.CodeAnalysis.CSharp (20)
Binder\Semantics\Operators\OperatorKind.cs (13)
79UIntPostfixIncrement = UInt | PostfixIncrement, 95LiftedUIntPostfixIncrement = Lifted | UInt | PostfixIncrement, 114UIntPrefixIncrement = UInt | PrefixIncrement, 130LiftedUIntPrefixIncrement = Lifted | UInt | PrefixIncrement, 149UIntPostfixDecrement = UInt | PostfixDecrement, 165LiftedUIntPostfixDecrement = Lifted | UInt | PostfixDecrement, 184UIntPrefixDecrement = UInt | PrefixDecrement, 200LiftedUIntPrefixDecrement = Lifted | UInt | PrefixDecrement, 215UIntUnaryPlus = UInt | UnaryPlus, 225LiftedUIntUnaryPlus = Lifted | UInt | UnaryPlus, 259UIntBitwiseComplement = UInt | BitwiseComplement, 267LiftedUIntBitwiseComplement = Lifted | UInt | BitwiseComplement, 297UInt = UnaryOperatorKind.UInt,
Binder\Semantics\Operators\OperatorKindExtensions.cs (2)
106case UnaryOperatorKind.UInt: 173return kind | UnaryOperatorKind.UInt;
Binder\Semantics\Operators\UnaryOperatorEasyOut.cs (2)
23private const UnaryOperatorKind U32 = UnaryOperatorKind.UInt; 38private const UnaryOperatorKind LU32 = UnaryOperatorKind.Lifted | UnaryOperatorKind.UInt;
Compilation\BuiltInOperators.cs (1)
269case UnaryOperatorKind.UInt: opType = _compilation.GetSpecialType(SpecialType.System_UInt32); break;
Lowering\LocalRewriter\LocalRewriter_UnaryOperator.cs (2)
931case UnaryOperatorKind.UInt: 992case UnaryOperatorKind.UInt: