13 references to UnconvertedAddressOfOperator
Microsoft.CodeAnalysis.CSharp (13)
Binder\Binder.ValueChecks.cs (1)
978
case BoundKind.
UnconvertedAddressOfOperator
:
Binder\Binder_Expressions.cs (1)
2890
case BoundKind.
UnconvertedAddressOfOperator
:
Binder\Binder_Statements.cs (1)
2404
case BoundKind.
UnconvertedAddressOfOperator
:
Binder\Semantics\Conversions\ConversionsBase.cs (1)
1121
case BoundKind.
UnconvertedAddressOfOperator
when destination is FunctionPointerTypeSymbol funcPtrType:
Binder\Semantics\OverloadResolution\MethodTypeInference.cs (4)
1023
if ((isFunctionPointer && argument.Kind != BoundKind.
UnconvertedAddressOfOperator
) ||
1079
if ((isFunctionPointer && argument.Kind != BoundKind.
UnconvertedAddressOfOperator
) ||
1448
if (source.Kind is not (BoundKind.MethodGroup or BoundKind.
UnconvertedAddressOfOperator
))
1459
if (delegateOrFunctionPointerType.IsFunctionPointer() != (source.Kind == BoundKind.
UnconvertedAddressOfOperator
))
Binder\Semantics\OverloadResolution\OverloadResolutionResult.cs (1)
1261
else if (argument.Kind == BoundKind.
UnconvertedAddressOfOperator
&&
Compilation\CSharpSemanticModel.cs (1)
3465
case BoundKind.
UnconvertedAddressOfOperator
:
Generated\BoundNodes.xml.Generated.cs (2)
1287
: base(BoundKind.
UnconvertedAddressOfOperator
, syntax, null, hasErrors || operand.HasErrors())
8934
case BoundKind.
UnconvertedAddressOfOperator
:
Operations\CSharpOperationFactory.cs (1)
280
case BoundKind.
UnconvertedAddressOfOperator
: