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