2 references to ConvertForEachCollection
Microsoft.CodeAnalysis.CSharp (2)
Binder\Binder_Expressions.cs (1)
5249var convertedExpression = @this.ConvertForEachCollection(expressionPlaceholder, conversion, collectionType, diagnostics);
Binder\ForEachLoopBinder.cs (1)
552BoundExpression convertedCollectionExpression = ConvertForEachCollection(collectionExpr, collectionConversionClassification, builder.CollectionType, diagnostics);