2 references to MismatchedReturnType
Microsoft.CodeAnalysis.CSharp (2)
Binder\Binder_Statements.cs (1)
2071
if (reason == LambdaConversionResult.
MismatchedReturnType
)
Binder\Semantics\Conversions\ConversionsBase.cs (1)
1490
return LambdaConversionResult.
MismatchedReturnType
;