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