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