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