6 references to ListPattern
Microsoft.CodeAnalysis.CSharp (6)
FlowAnalysis\DataFlowsOutWalker.cs (1)
120case BoundKind.ListPattern:
FlowAnalysis\DefiniteAssignment.cs (2)
1539case BoundKind.ListPattern: 2061case BoundKind.ListPattern:
Generated\BoundNodes.xml.Generated.cs (2)
8173: base(BoundKind.ListPattern, syntax, variable, variableAccess, inputType, narrowedType, hasErrors || subpatterns.HasErrors() || lengthAccess.HasErrors() || indexerAccess.HasErrors() || receiverPlaceholder.HasErrors() || argumentPlaceholder.HasErrors() || variableAccess.HasErrors()) 9258case BoundKind.ListPattern:
Operations\CSharpOperationFactory.cs (1)
244case BoundKind.ListPattern: