3 references to BoundListPattern
Microsoft.CodeAnalysis.CSharp (3)
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);