25 references to NInt
Microsoft.CodeAnalysis.CSharp (25)
Binder\Binder_Operators.cs (1)
4459case UnaryOperatorKind.NInt:
Binder\Semantics\Operators\OperatorKind.cs (15)
82NIntPostfixIncrement = NInt | PostfixIncrement, 98LiftedNIntPostfixIncrement = Lifted | NInt | PostfixIncrement, 117NIntPrefixIncrement = NInt | PrefixIncrement, 133LiftedNIntPrefixIncrement = Lifted | NInt | PrefixIncrement, 152NIntPostfixDecrement = NInt | PostfixDecrement, 168LiftedNIntPostfixDecrement = Lifted | NInt | PostfixDecrement, 187NIntPrefixDecrement = NInt | PrefixDecrement, 203LiftedNIntPrefixDecrement = Lifted | NInt | PrefixDecrement, 218NIntUnaryPlus = NInt | UnaryPlus, 228LiftedNIntUnaryPlus = Lifted | NInt | UnaryPlus, 238NIntUnaryMinus = NInt | UnaryMinus, 245LiftedNIntUnaryMinus = Lifted | NInt | UnaryMinus, 262NIntBitwiseComplement = NInt | BitwiseComplement, 270LiftedNIntBitwiseComplement = Lifted | NInt | BitwiseComplement, 300NInt = UnaryOperatorKind.NInt,
Binder\Semantics\Operators\OperatorKindExtensions.cs (1)
109case UnaryOperatorKind.NInt:
Binder\Semantics\Operators\UnaryOperatorEasyOut.cs (2)
26private const UnaryOperatorKind NIN = UnaryOperatorKind.NInt; 41private const UnaryOperatorKind LNI = UnaryOperatorKind.Lifted | UnaryOperatorKind.NInt;
CodeGen\EmitOperators.cs (2)
596Debug.Assert(type == UnaryOperatorKind.Int || type == UnaryOperatorKind.Long || type == UnaryOperatorKind.NInt); 609else if (type == UnaryOperatorKind.NInt)
Compilation\BuiltInOperators.cs (2)
250case UnaryOperatorKind.NInt: 272case UnaryOperatorKind.NInt: opType = _compilation.CreateNativeIntegerTypeSymbol(signed: true); break;
Lowering\LocalRewriter\LocalRewriter_UnaryOperator.cs (2)
940case UnaryOperatorKind.NInt: 1001case UnaryOperatorKind.NInt: