19 references to PointerIndirectionOperator
Microsoft.CodeAnalysis.CSharp (19)
Binder\Binder.ValueChecks.cs (7)
589case BoundKind.PointerIndirectionOperator: 797case BoundKind.PointerIndirectionOperator: 3369case BoundKind.PointerIndirectionOperator: 3684case BoundKind.PointerIndirectionOperator: 4511case BoundKind.PointerIndirectionOperator: 5300case BoundKind.PointerIndirectionOperator: 5737case BoundKind.PointerIndirectionOperator:
Binder\Binder_Operators.cs (1)
2677case BoundKind.PointerIndirectionOperator: //Covers ->, since the receiver will be one of these.
CodeGen\EmitAddress.cs (1)
101case BoundKind.PointerIndirectionOperator:
CodeGen\EmitExpression.cs (3)
307case BoundKind.PointerIndirectionOperator: 2904case BoundKind.PointerIndirectionOperator: 3120case BoundKind.PointerIndirectionOperator:
CodeGen\Optimizer.cs (1)
1078case BoundKind.PointerIndirectionOperator:
Generated\BoundNodes.xml.Generated.cs (2)
1377: base(BoundKind.PointerIndirectionOperator, syntax, type, hasErrors || operand.HasErrors()) 8892case BoundKind.PointerIndirectionOperator:
Lowering\ClosureConversion\ExpressionLambdaRewriter.cs (1)
228case BoundKind.PointerIndirectionOperator:
Lowering\LocalRewriter\LocalRewriter.cs (1)
1024case BoundKind.PointerIndirectionOperator:
Lowering\LocalRewriter\LocalRewriter_CompoundAssignmentOperator.cs (1)
715case BoundKind.PointerIndirectionOperator:
Operations\CSharpOperationFactory.cs (1)
299case BoundKind.PointerIndirectionOperator: