8 references to conversionError
Microsoft.CodeAnalysis.CSharp (8)
Binder\Binder_Statements.cs (8)
2090conversionError(diagnostics, ErrorCode.ERR_CannotInferDelegateType); 2098conversionError(diagnostics, ErrorCode.ERR_AnonMethToNonDel, id, targetType); 2105conversionError(diagnostics, ErrorCode.ERR_ExpressionTreeMustHaveDelegate, ((NamedTypeSymbol)targetType).TypeArgumentsWithAnnotationsNoUseSiteDiagnostics[0].Type); 2112conversionError(diagnostics, ErrorCode.ERR_AnonymousMethodToExpressionTree); 2118conversionError(diagnostics, ErrorCode.ERR_CantConvAnonMethReturnType, id, targetType); 2144conversionError(diagnostics, ErrorCode.ERR_CantConvAnonMethNoParams, targetType); 2156conversionError(diagnostics, ErrorCode.ERR_BadDelArgCount, delegateType, anonymousFunction.ParameterCount); 2233conversionError(diagnostics, ErrorCode.ERR_CantConvAnonMethParams, id, targetType);