Base:
method
VisitListPatternIndexPlaceholder
Microsoft.CodeAnalysis.CSharp.BoundTreeVisitor.VisitListPatternIndexPlaceholder(Microsoft.CodeAnalysis.CSharp.BoundListPatternIndexPlaceholder)
3 overrides of VisitListPatternIndexPlaceholder
Microsoft.CodeAnalysis.CSharp (3)
Generated\BoundNodes.xml.Generated.cs (1)
12382public override BoundNode? VisitListPatternIndexPlaceholder(BoundListPatternIndexPlaceholder node)
Lowering\LocalRewriter\LocalRewriter.PlaceholderReplacer.cs (1)
40public override BoundNode VisitListPatternIndexPlaceholder(BoundListPatternIndexPlaceholder node)
Lowering\LocalRewriter\LocalRewriter_IndexerAccess.cs (1)
398public override BoundNode? VisitListPatternIndexPlaceholder(BoundListPatternIndexPlaceholder node)