13 references to UnconvertedAddressOfOperator
Microsoft.CodeAnalysis.CSharp (13)
Binder\Binder.ValueChecks.cs (1)
580
case BoundKind.
UnconvertedAddressOfOperator
:
Binder\Binder_Expressions.cs (1)
2609
case BoundKind.
UnconvertedAddressOfOperator
:
Binder\Binder_Statements.cs (1)
2324
case BoundKind.
UnconvertedAddressOfOperator
:
Binder\Semantics\Conversions\ConversionsBase.cs (1)
1084
case BoundKind.
UnconvertedAddressOfOperator
when destination is FunctionPointerTypeSymbol funcPtrType:
Binder\Semantics\OverloadResolution\MethodTypeInference.cs (4)
904
if ((isFunctionPointer && argument.Kind != BoundKind.
UnconvertedAddressOfOperator
) ||
960
if ((isFunctionPointer && argument.Kind != BoundKind.
UnconvertedAddressOfOperator
) ||
1329
if (source.Kind is not (BoundKind.MethodGroup or BoundKind.
UnconvertedAddressOfOperator
))
1340
if (delegateOrFunctionPointerType.IsFunctionPointer() != (source.Kind == BoundKind.
UnconvertedAddressOfOperator
))
Binder\Semantics\OverloadResolution\OverloadResolutionResult.cs (1)
1194
else if (argument.Kind == BoundKind.
UnconvertedAddressOfOperator
&&
Compilation\CSharpSemanticModel.cs (1)
3456
case BoundKind.
UnconvertedAddressOfOperator
:
Generated\BoundNodes.xml.Generated.cs (2)
1293
: base(BoundKind.
UnconvertedAddressOfOperator
, syntax, null, hasErrors || operand.HasErrors())
8570
case BoundKind.
UnconvertedAddressOfOperator
:
Operations\CSharpOperationFactory.cs (1)
276
case BoundKind.
UnconvertedAddressOfOperator
: