8 references to PointerAndInt
Microsoft.CodeAnalysis.CSharp (8)
Binder\Semantics\Operators\OperatorKind.cs (2)
445
PointerAndIntAddition =
PointerAndInt
| Addition,
487
PointerAndIntSubtraction =
PointerAndInt
| Subtraction,
Binder\Semantics\Operators\OperatorKindExtensions.cs (1)
301
case BinaryOperatorKind.
PointerAndInt
:
CodeGen\EmitOperators.cs (1)
795
case BinaryOperatorKind.
PointerAndInt
:
Lowering\LocalRewriter\LocalRewriter_UnaryOperator.cs (4)
771
Debug.Assert(binaryOperatorKind.OperandTypes() == BinaryOperatorKind.
PointerAndInt
);
1055
result = BinaryOperatorKind.
PointerAndInt
;
1071
case BinaryOperatorKind.
PointerAndInt
:
1091
case BinaryOperatorKind.
PointerAndInt
: