2 references to BoundListPattern
Microsoft.CodeAnalysis.CSharp (2)
Binder\Binder_Patterns.cs (1)
337
return new
BoundListPattern
(
Generated\BoundNodes.xml.Generated.cs (1)
8222
var result = new
BoundListPattern
(this.Syntax, subpatterns, hasSlice, lengthAccess, indexerAccess, receiverPlaceholder, argumentPlaceholder, variable, variableAccess, inputType, narrowedType, this.HasErrors);