49 references to Long
Microsoft.CodeAnalysis.CSharp (49)
Binder\Binder_Patterns.cs (1)
1706
SpecialType.System_Int64 => BinaryOperatorKind.
Long
,
Binder\Semantics\Operators\BinaryOperatorEasyOut.cs (2)
21
private const BinaryOperatorKind LNG = BinaryOperatorKind.
Long
;
31
private const BinaryOperatorKind LLG = BinaryOperatorKind.Lifted | BinaryOperatorKind.
Long
;
Binder\Semantics\Operators\OperatorKind.cs (34)
357
LongMultiplication =
Long
| Multiplication,
367
LiftedLongMultiplication = Lifted |
Long
| Multiplication,
379
LongDivision =
Long
| Division,
389
LiftedLongDivision = Lifted |
Long
| Division,
401
LongRemainder =
Long
| Remainder,
411
LiftedLongRemainder = Lifted |
Long
| Remainder,
423
LongAddition =
Long
| Addition,
435
LiftedLongAddition = Lifted |
Long
| Addition,
462
LongSubtraction =
Long
| Subtraction,
475
LiftedLongSubtraction = Lifted |
Long
| Subtraction,
496
LongLeftShift =
Long
| LeftShift,
503
LiftedLongLeftShift = Lifted |
Long
| LeftShift,
512
LongRightShift =
Long
| RightShift,
519
LiftedLongRightShift = Lifted |
Long
| RightShift,
528
LongUnsignedRightShift =
Long
| UnsignedRightShift,
535
LiftedLongUnsignedRightShift = Lifted |
Long
| UnsignedRightShift,
543
LongEqual =
Long
| Equal,
556
LiftedLongEqual = Lifted |
Long
| Equal,
574
LongNotEqual =
Long
| NotEqual,
587
LiftedLongNotEqual = Lifted |
Long
| NotEqual,
605
LongLessThan =
Long
| LessThan,
616
LiftedLongLessThan = Lifted |
Long
| LessThan,
630
LongGreaterThan =
Long
| GreaterThan,
641
LiftedLongGreaterThan = Lifted |
Long
| GreaterThan,
655
LongLessThanOrEqual =
Long
| LessThanOrEqual,
666
LiftedLongLessThanOrEqual = Lifted |
Long
| LessThanOrEqual,
680
LongGreaterThanOrEqual =
Long
| GreaterThanOrEqual,
691
LiftedLongGreaterThanOrEqual = Lifted |
Long
| GreaterThanOrEqual,
705
LongAnd =
Long
| And,
714
LiftedLongAnd = Lifted |
Long
| And,
730
LongOr =
Long
| Or,
739
LiftedLongOr = Lifted |
Long
| Or,
755
LongXor =
Long
| Xor,
764
LiftedLongXor = Lifted |
Long
| Xor,
Binder\Semantics\Operators\OperatorKindExtensions.cs (2)
157
return kind | BinaryOperatorKind.
Long
;
292
case BinaryOperatorKind.
Long
:
Compilation\BuiltInOperators.cs (4)
750
case BinaryOperatorKind.
Long
: return _compilation.GetSpecialType(SpecialType.System_Int64);
782
case BinaryOperatorKind.
Long
: return _compilation.GetSpecialType(SpecialType.System_Int64);
814
case BinaryOperatorKind.
Long
: return _compilation.GetSpecialType(SpecialType.System_Int64);
841
BinaryOperatorKind.
Long
=> _compilation.GetSpecialType(SpecialType.System_Int64),
Lowering\LocalRewriter\LocalRewriter_BinaryOperator.cs (2)
2401
multiplicationKind |= BinaryOperatorKind.
Long
;
2413
multiplicationKind |= BinaryOperatorKind.
Long
;
Lowering\LocalRewriter\LocalRewriter_UnaryOperator.cs (4)
996
result = BinaryOperatorKind.
Long
;
1044
result = BinaryOperatorKind.
Long
;
1068
case BinaryOperatorKind.
Long
:
1098
case BinaryOperatorKind.
Long
: