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