20 references to PointerIndirectionOperator
Microsoft.CodeAnalysis.CSharp (20)
Binder\Binder.ValueChecks.cs (7)
419case BoundKind.PointerIndirectionOperator: 627case BoundKind.PointerIndirectionOperator: 2937case BoundKind.PointerIndirectionOperator: 3180case BoundKind.PointerIndirectionOperator: 3790case BoundKind.PointerIndirectionOperator: 4263case BoundKind.PointerIndirectionOperator: 4605case BoundKind.PointerIndirectionOperator:
Binder\Binder_Operators.cs (1)
2634case BoundKind.PointerIndirectionOperator: //Covers ->, since the receiver will be one of these.
CodeGen\EmitAddress.cs (1)
101case BoundKind.PointerIndirectionOperator:
CodeGen\EmitExpression.cs (3)
292case BoundKind.PointerIndirectionOperator: 2686case BoundKind.PointerIndirectionOperator: 2902case BoundKind.PointerIndirectionOperator:
CodeGen\Optimizer.cs (1)
1077case BoundKind.PointerIndirectionOperator:
Generated\BoundNodes.xml.Generated.cs (2)
1365: base(BoundKind.PointerIndirectionOperator, syntax, type, hasErrors || operand.HasErrors()) 8574case BoundKind.PointerIndirectionOperator:
Lowering\ClosureConversion\ExpressionLambdaRewriter.cs (1)
230case BoundKind.PointerIndirectionOperator:
Lowering\LocalRewriter\LocalRewriter.cs (1)
901case BoundKind.PointerIndirectionOperator:
Lowering\LocalRewriter\LocalRewriter_CompoundAssignmentOperator.cs (1)
703case BoundKind.PointerIndirectionOperator:
Lowering\LocalRewriter\LoweredDynamicOperationFactory.cs (1)
559case BoundKind.PointerIndirectionOperator:
Operations\CSharpOperationFactory.cs (1)
295case BoundKind.PointerIndirectionOperator: