1 instantiation of CollectionExpressionConverter
Microsoft.CodeAnalysis.CSharp (1)
Binder\Binder_Conversions.cs (1)
840var converter = new CollectionExpressionConverter(this, node, targetType, conversion, diagnostics);
6 references to CollectionExpressionConverter
Microsoft.CodeAnalysis.CSharp (6)
Binder\Binder_Conversions.cs (6)
840var converter = new CollectionExpressionConverter(this, node, targetType, conversion, diagnostics); 1031ref readonly CollectionExpressionConverter @this, SyntaxNode syntax, MethodSymbol? constructor) 1066ref readonly CollectionExpressionConverter @this, SyntaxNode syntax, TypeSymbol targetType) 1120ref readonly CollectionExpressionConverter @this, BoundCollectionExpressionSpreadElement element, TypeSymbol elementType, Conversion elementConversion) 1194static BoundExpression? bindCollectionArrayInterfaceConstruction(ref readonly CollectionExpressionConverter @this) 1280ref readonly CollectionExpressionConverter @this)