1 instantiation of CollectionExpressionConverter
Microsoft.CodeAnalysis.CSharp (1)
6 references to CollectionExpressionConverter
Microsoft.CodeAnalysis.CSharp (6)
Binder\Binder_Conversions.cs (6)
898var converter = new CollectionExpressionConverter(this, node, targetType, conversion, diagnostics);
1090ref readonly CollectionExpressionConverter @this, SyntaxNode syntax, MethodSymbol? constructor)
1134ref readonly CollectionExpressionConverter @this, SyntaxNode syntax, TypeSymbol targetType)
1188ref readonly CollectionExpressionConverter @this, BoundCollectionExpressionSpreadElement element, TypeSymbol elementType, Conversion elementConversion)
1262static BoundExpression? bindCollectionArrayInterfaceConstruction(ref readonly CollectionExpressionConverter @this)
1354ref readonly CollectionExpressionConverter @this)