4 references to BoundListPattern
Microsoft.CodeAnalysis.CSharp (4)
Binder\Binder_Patterns.cs (1)
797
return new
BoundListPattern
(
Binder\DecisionDagBuilder_CheckOrReachability.cs (2)
1314
BoundPattern newList = new
BoundListPattern
(
1345
BoundPattern newList = new
BoundListPattern
(
Generated\BoundNodes.xml.Generated.cs (1)
8414
var result = new
BoundListPattern
(this.Syntax, subpatterns, hasSlice, lengthAccess, indexerAccess, receiverPlaceholder, argumentPlaceholder, variable, variableAccess, isUnionMatching, inputType, narrowedType, this.HasErrors);