1 instantiation of CollectionExpressionConverter
Microsoft.CodeAnalysis.CSharp (1)
Binder\Binder_Conversions.cs (1)
890var converter = new CollectionExpressionConverter(this, node, targetType, conversion, diagnostics);
6 references to CollectionExpressionConverter
Microsoft.CodeAnalysis.CSharp (6)
Binder\Binder_Conversions.cs (6)
890var converter = new CollectionExpressionConverter(this, node, targetType, conversion, diagnostics); 1081ref readonly CollectionExpressionConverter @this, SyntaxNode syntax, MethodSymbol? constructor) 1116ref readonly CollectionExpressionConverter @this, SyntaxNode syntax, TypeSymbol targetType) 1170ref readonly CollectionExpressionConverter @this, BoundCollectionExpressionSpreadElement element, TypeSymbol elementType, Conversion elementConversion) 1244static BoundExpression? bindCollectionArrayInterfaceConstruction(ref readonly CollectionExpressionConverter @this) 1330ref readonly CollectionExpressionConverter @this)