5 references to ERR_CannotConvertAddressOfToDelegate
Microsoft.CodeAnalysis.CSharp (3)
Binder\Binder_Expressions.cs (1)
2614
TypeKind.Delegate => ErrorCode.
ERR_CannotConvertAddressOfToDelegate
,
Binder\Binder_Statements.cs (1)
2435
errorCode = ErrorCode.
ERR_CannotConvertAddressOfToDelegate
;
Errors\ErrorFacts.cs (1)
2027
case ErrorCode.
ERR_CannotConvertAddressOfToDelegate
:
Microsoft.CodeAnalysis.CSharp.Emit.UnitTests (2)
CodeGen\CodeGenFunctionPointersTests.cs (2)
3603
Diagnostic(ErrorCode.
ERR_CannotConvertAddressOfToDelegate
, "(Action)(&M)").WithArguments("M", "System.Action").WithLocation(9, 23),
3606
Diagnostic(ErrorCode.
ERR_CannotConvertAddressOfToDelegate
, "&M").WithArguments("M", "System.Action").WithLocation(10, 23)