4 references to GetUnderlyingCollectionExpressionElement
Microsoft.CodeAnalysis.CSharp (4)
Lowering\LocalRewriter\LocalRewriter_CollectionExpression.cs (2)
138
var iteratorBody = Binder.
GetUnderlyingCollectionExpressionElement
(node, ((BoundExpressionStatement)spreadElement.IteratorBody).Expression, throwOnErrors: true);
151
var result = Binder.
GetUnderlyingCollectionExpressionElement
(node, (BoundExpression)element, throwOnErrors: true);
Operations\CSharpOperationFactory.cs (2)
1262
Create(Binder.
GetUnderlyingCollectionExpressionElement
(expr, (BoundExpression)element, throwOnErrors: false));
1268
Binder.
GetUnderlyingCollectionExpressionElement
(expr, ((BoundExpressionStatement)iteratorBody).Expression, throwOnErrors: false) :