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