1 instantiation of CollectionExpressionConverter
Microsoft.CodeAnalysis.CSharp (1)
6 references to CollectionExpressionConverter
Microsoft.CodeAnalysis.CSharp (6)
Binder\Binder_Conversions.cs (6)
842var converter = new CollectionExpressionConverter(this, node, targetType, conversion, diagnostics);
1033ref readonly CollectionExpressionConverter @this, SyntaxNode syntax, MethodSymbol? constructor)
1068ref readonly CollectionExpressionConverter @this, SyntaxNode syntax, TypeSymbol targetType)
1122ref readonly CollectionExpressionConverter @this, BoundCollectionExpressionSpreadElement element, TypeSymbol elementType, Conversion elementConversion)
1196static BoundExpression? bindCollectionArrayInterfaceConstruction(ref readonly CollectionExpressionConverter @this)
1282ref readonly CollectionExpressionConverter @this)