4 references to BindCollectionExpressionForErrorRecovery
Microsoft.CodeAnalysis.CSharp (4)
Binder\Binder_Conversions.cs (2)
887return _binder.BindCollectionExpressionForErrorRecovery(_node, _targetType, inConversion: false, _diagnostics); 903return _binder.BindCollectionExpressionForErrorRecovery(_node, _targetType, inConversion: true, _diagnostics);
Binder\Binder_Expressions.cs (1)
435result = BindCollectionExpressionForErrorRecovery(expr, CreateErrorType(), inConversion: false, diagnostics);
Binder\Binder_Invocation.cs (1)
1877converted = BindCollectionExpressionForErrorRecovery(unconvertedCollection, collectionType, inConversion: true, diagnostics);