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