2 references to PointerAndLongSubtraction
Microsoft.CodeAnalysis.CSharp (2)
Binder\Semantics\Operators\BinaryOperatorOverloadResolution.cs (1)
563operators.Add(new BinaryOperatorSignature(BinaryOperatorKind.PointerAndLongSubtraction, pointerType, Compilation.GetSpecialType(SpecialType.System_Int64), pointerType));
Lowering\LocalRewriter\LocalRewriter_BinaryOperator.cs (1)
414case BinaryOperatorKind.PointerAndLongSubtraction: