1 instantiation of CollectionExpressionConverter
Microsoft.CodeAnalysis.CSharp (1)
6 references to CollectionExpressionConverter
Microsoft.CodeAnalysis.CSharp (6)
Binder\Binder_Conversions.cs (6)
899var converter = new CollectionExpressionConverter(this, node, targetType, conversion, diagnostics);
1091ref readonly CollectionExpressionConverter @this, SyntaxNode syntax, MethodSymbol? constructor)
1135ref readonly CollectionExpressionConverter @this, SyntaxNode syntax, TypeSymbol targetType)
1189ref readonly CollectionExpressionConverter @this, BoundCollectionExpressionSpreadElement element, TypeSymbol elementType, Conversion elementConversion)
1263static BoundExpression? bindCollectionArrayInterfaceConstruction(ref readonly CollectionExpressionConverter @this)
1355ref readonly CollectionExpressionConverter @this)