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