13 references to UnconvertedAddressOfOperator
Microsoft.CodeAnalysis.CSharp (13)
Binder\Binder.ValueChecks.cs (1)
750
case BoundKind.
UnconvertedAddressOfOperator
:
Binder\Binder_Expressions.cs (1)
2824
case BoundKind.
UnconvertedAddressOfOperator
:
Binder\Binder_Statements.cs (1)
2357
case BoundKind.
UnconvertedAddressOfOperator
:
Binder\Semantics\Conversions\ConversionsBase.cs (1)
1121
case BoundKind.
UnconvertedAddressOfOperator
when destination is FunctionPointerTypeSymbol funcPtrType:
Binder\Semantics\OverloadResolution\MethodTypeInference.cs (4)
995
if ((isFunctionPointer && argument.Kind != BoundKind.
UnconvertedAddressOfOperator
) ||
1051
if ((isFunctionPointer && argument.Kind != BoundKind.
UnconvertedAddressOfOperator
) ||
1420
if (source.Kind is not (BoundKind.MethodGroup or BoundKind.
UnconvertedAddressOfOperator
))
1431
if (delegateOrFunctionPointerType.IsFunctionPointer() != (source.Kind == BoundKind.
UnconvertedAddressOfOperator
))
Binder\Semantics\OverloadResolution\OverloadResolutionResult.cs (1)
1229
else if (argument.Kind == BoundKind.
UnconvertedAddressOfOperator
&&
Compilation\CSharpSemanticModel.cs (1)
3463
case BoundKind.
UnconvertedAddressOfOperator
:
Generated\BoundNodes.xml.Generated.cs (2)
1305
: base(BoundKind.
UnconvertedAddressOfOperator
, syntax, null, hasErrors || operand.HasErrors())
8888
case BoundKind.
UnconvertedAddressOfOperator
:
Operations\CSharpOperationFactory.cs (1)
280
case BoundKind.
UnconvertedAddressOfOperator
: