10 references to AddressOfOperator
Microsoft.CodeAnalysis.CSharp (10)
Binder\Binder_Statements.cs (2)
1256
case BoundKind.
AddressOfOperator
:
2366
case BoundKind.
AddressOfOperator
when targetType.IsFunctionPointer():
CodeGen\EmitExpression.cs (1)
288
case BoundKind.
AddressOfOperator
:
FlowAnalysis\DefiniteAssignment.cs (1)
2359
if (initializer.Kind == BoundKind.
AddressOfOperator
)
FlowAnalysis\NullableWalker.cs (2)
9708
if (initializer.Kind == BoundKind.
AddressOfOperator
)
9714
if (node.Expression.Kind == BoundKind.
AddressOfOperator
)
Generated\BoundNodes.xml.Generated.cs (2)
1261
: base(BoundKind.
AddressOfOperator
, syntax, type, hasErrors || operand.HasErrors())
8568
case BoundKind.
AddressOfOperator
:
Lowering\LocalRewriter\LocalRewriter_FixedStatement.cs (1)
245
Debug.Assert(initializerExpr.Kind == BoundKind.
AddressOfOperator
);
Operations\CSharpOperationFactory.cs (1)
144
case BoundKind.
AddressOfOperator
: