3 references to BoundDynamicCollectionElementInitializer
Microsoft.CodeAnalysis.CSharp (3)
Binder\Binder_Expressions.cs (2)
6480
return new
BoundDynamicCollectionElementInitializer
(
6503
return new
BoundDynamicCollectionElementInitializer
(
Generated\BoundNodes.xml.Generated.cs (1)
6924
var result = new
BoundDynamicCollectionElementInitializer
(this.Syntax, applicableMethods, expression, arguments, type, this.HasErrors);