11 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)
588op = new UnaryOperatorSignature(kind | UnaryOperatorKind.Pointer, pointerType, pointerType);
Lowering\LocalRewriter\LocalRewriter_UnaryOperator.cs (3)
916if (node.OperatorKind.OperandTypes() == UnaryOperatorKind.Pointer) 1102case UnaryOperatorKind.Pointer: 1201case UnaryOperatorKind.Pointer:
Microsoft.CodeAnalysis.CSharp.Semantic.UnitTests (1)
Semantics\OperatorTests.cs (1)
7584signature = new UnaryOperatorSignature(op | UnaryOperatorKind.Pointer, type, type);