2 references to BoundFixedLocalCollectionInitializer
Microsoft.CodeAnalysis.CSharp (2)
Binder\Binder_Statements.cs (1)
1391
return new
BoundFixedLocalCollectionInitializer
(
Generated\BoundNodes.xml.Generated.cs (1)
3123
var result = new
BoundFixedLocalCollectionInitializer
(this.Syntax, elementPointerType, elementPointerPlaceholder, elementPointerConversion, expression, getPinnableOpt, type, this.HasErrors);