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