10 references to Pointer
Microsoft.CodeAnalysis.CSharp (10)
Binder\Semantics\Operators\OperatorKind.cs (5)
106PointerPostfixIncrement = Pointer | PostfixIncrement, 141PointerPrefixIncrement = Pointer | PrefixIncrement, 176PointerPostfixDecrement = Pointer | PostfixDecrement, 211PointerPrefixDecrement = Pointer | PrefixDecrement, 316Pointer = UnaryOperatorKind.Pointer,
Binder\Semantics\Operators\OperatorKindExtensions.cs (1)
113case UnaryOperatorKind.Pointer:
Binder\Semantics\Operators\UnaryOperatorOverloadResolution.cs (1)
340op = new UnaryOperatorSignature(kind | UnaryOperatorKind.Pointer, pointerType, pointerType);
Lowering\LocalRewriter\LocalRewriter_UnaryOperator.cs (3)
769if (node.OperatorKind.OperandTypes() == UnaryOperatorKind.Pointer) 955case UnaryOperatorKind.Pointer: 1054case UnaryOperatorKind.Pointer: