19 references to PointerIndirectionOperator
Microsoft.CodeAnalysis.CSharp (19)
Binder\Binder.ValueChecks.cs (7)
566case BoundKind.PointerIndirectionOperator: 774case BoundKind.PointerIndirectionOperator: 3346case BoundKind.PointerIndirectionOperator: 3661case BoundKind.PointerIndirectionOperator: 4487case BoundKind.PointerIndirectionOperator: 5276case BoundKind.PointerIndirectionOperator: 5713case 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)
1378: base(BoundKind.PointerIndirectionOperator, syntax, type, hasErrors || operand.HasErrors()) 8893case 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: