5 references to ERR_CannotConvertAddressOfToDelegate
Microsoft.CodeAnalysis.CSharp (3)
Binder\Binder_Expressions.cs (1)
2879
TypeKind.Delegate => ErrorCode.
ERR_CannotConvertAddressOfToDelegate
,
Binder\Binder_Statements.cs (1)
2491
errorCode = ErrorCode.
ERR_CannotConvertAddressOfToDelegate
;
Errors\ErrorFacts.cs (1)
2084
or ErrorCode.
ERR_CannotConvertAddressOfToDelegate
Microsoft.CodeAnalysis.CSharp.Emit.UnitTests (2)
CodeGen\CodeGenFunctionPointersTests.cs (2)
3611
Diagnostic(ErrorCode.
ERR_CannotConvertAddressOfToDelegate
, "(Action)(&M)").WithArguments("M", "System.Action").WithLocation(9, 23),
3614
Diagnostic(ErrorCode.
ERR_CannotConvertAddressOfToDelegate
, "&M").WithArguments("M", "System.Action").WithLocation(10, 23)