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