10 references to AddressOfOperator
Microsoft.CodeAnalysis.CSharp (10)
Binder\Binder_Statements.cs (2)
1247
case BoundKind.
AddressOfOperator
:
2403
case BoundKind.
AddressOfOperator
when targetType.IsFunctionPointer():
CodeGen\EmitExpression.cs (1)
303
case BoundKind.
AddressOfOperator
:
FlowAnalysis\DefiniteAssignment.cs (1)
2523
if (initializer.Kind == BoundKind.
AddressOfOperator
)
FlowAnalysis\NullableWalker.cs (2)
10580
if (initializer.Kind == BoundKind.
AddressOfOperator
)
10586
if (node.Expression.Kind == BoundKind.
AddressOfOperator
)
Generated\BoundNodes.xml.Generated.cs (2)
1273
: base(BoundKind.
AddressOfOperator
, syntax, type, hasErrors || operand.HasErrors())
8886
case BoundKind.
AddressOfOperator
:
Lowering\LocalRewriter\LocalRewriter_FixedStatement.cs (1)
245
Debug.Assert(initializerExpr.Kind == BoundKind.
AddressOfOperator
);
Operations\CSharpOperationFactory.cs (1)
148
case BoundKind.
AddressOfOperator
: