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)
795case BinaryOperatorKind.PointerAndInt:
Lowering\LocalRewriter\LocalRewriter_UnaryOperator.cs (4)
771Debug.Assert(binaryOperatorKind.OperandTypes() == BinaryOperatorKind.PointerAndInt); 1055result = BinaryOperatorKind.PointerAndInt; 1071case BinaryOperatorKind.PointerAndInt: 1091case BinaryOperatorKind.PointerAndInt: