2 instantiations of BoundListPatternIndexPlaceholder
Microsoft.CodeAnalysis.CSharp (2)
Binder\Binder_Patterns.cs (1)
384
argumentPlaceholder = new
BoundListPatternIndexPlaceholder
(node, systemIndexType) { WasCompilerGenerated = true };
Generated\BoundNodes.xml.Generated.cs (1)
840
var result = new
BoundListPatternIndexPlaceholder
(this.Syntax, type, this.HasErrors);
27 references to BoundListPatternIndexPlaceholder
Microsoft.CodeAnalysis.CSharp (27)
Binder\Binder_Patterns.cs (2)
302
BoundListPatternIndexPlaceholder
? argumentPlaceholder;
355
out BoundExpression indexerAccess, out BoundExpression lengthAccess, out BoundListPatternReceiverPlaceholder? receiverPlaceholder, out
BoundListPatternIndexPlaceholder
argumentPlaceholder)
Generated\BoundNodes.xml.Generated.cs (22)
836
public
BoundListPatternIndexPlaceholder
Update(TypeSymbol type)
840
var
result = new BoundListPatternIndexPlaceholder(this.Syntax, type, this.HasErrors);
5533
public BoundDagIndexerEvaluation(SyntaxNode syntax, TypeSymbol indexerType, BoundDagTemp lengthTemp, int index, BoundExpression indexerAccess, BoundListPatternReceiverPlaceholder receiverPlaceholder,
BoundListPatternIndexPlaceholder
argumentPlaceholder, BoundDagTemp input, bool hasErrors = false)
5561
public
BoundListPatternIndexPlaceholder
ArgumentPlaceholder { get; }
5566
public BoundDagIndexerEvaluation Update(TypeSymbol indexerType, BoundDagTemp lengthTemp, int index, BoundExpression indexerAccess, BoundListPatternReceiverPlaceholder receiverPlaceholder,
BoundListPatternIndexPlaceholder
argumentPlaceholder, BoundDagTemp input)
8172
public BoundListPattern(SyntaxNode syntax, ImmutableArray<BoundPattern> subpatterns, bool hasSlice, BoundExpression? lengthAccess, BoundExpression? indexerAccess, BoundListPatternReceiverPlaceholder? receiverPlaceholder,
BoundListPatternIndexPlaceholder
? argumentPlaceholder, Symbol? variable, BoundExpression? variableAccess, TypeSymbol inputType, TypeSymbol narrowedType, bool hasErrors = false)
8197
public
BoundListPatternIndexPlaceholder
? ArgumentPlaceholder { get; }
8202
public BoundListPattern Update(ImmutableArray<BoundPattern> subpatterns, bool hasSlice, BoundExpression? lengthAccess, BoundExpression? indexerAccess, BoundListPatternReceiverPlaceholder? receiverPlaceholder,
BoundListPatternIndexPlaceholder
? argumentPlaceholder, Symbol? variable, BoundExpression? variableAccess, TypeSymbol inputType, TypeSymbol narrowedType)
8861
return VisitListPatternIndexPlaceholder((
BoundListPatternIndexPlaceholder
)node, arg);
9318
public virtual R VisitListPatternIndexPlaceholder(
BoundListPatternIndexPlaceholder
node, A arg) => this.DefaultVisit(node, arg);
9554
public virtual BoundNode? VisitListPatternIndexPlaceholder(
BoundListPatternIndexPlaceholder
node) => this.DefaultVisit(node);
9810
public override BoundNode? VisitListPatternIndexPlaceholder(
BoundListPatternIndexPlaceholder
node) => null;
10870
public override BoundNode? VisitListPatternIndexPlaceholder(
BoundListPatternIndexPlaceholder
node)
11632
BoundListPatternIndexPlaceholder
argumentPlaceholder = (
BoundListPatternIndexPlaceholder
)this.Visit(node.ArgumentPlaceholder);
12090
BoundListPatternIndexPlaceholder
? argumentPlaceholder = node.ArgumentPlaceholder;
12382
public override BoundNode? VisitListPatternIndexPlaceholder(
BoundListPatternIndexPlaceholder
node)
12389
BoundListPatternIndexPlaceholder
updatedNode = node.Update(infoAndType.Type!);
13707
BoundListPatternIndexPlaceholder
argumentPlaceholder = (
BoundListPatternIndexPlaceholder
)this.Visit(node.ArgumentPlaceholder);
14757
BoundListPatternIndexPlaceholder
? argumentPlaceholder = node.ArgumentPlaceholder;
15070
public override TreeDumperNode VisitListPatternIndexPlaceholder(
BoundListPatternIndexPlaceholder
node, object? arg) => new TreeDumperNode("listPatternIndexPlaceholder", null, new TreeDumperNode[]
Lowering\LocalRewriter\LocalRewriter.cs (1)
1220
public override BoundNode? VisitListPatternIndexPlaceholder(
BoundListPatternIndexPlaceholder
node)
Lowering\LocalRewriter\LocalRewriter.PlaceholderReplacer.cs (1)
40
public override BoundNode VisitListPatternIndexPlaceholder(
BoundListPatternIndexPlaceholder
node)
Lowering\LocalRewriter\LocalRewriter_IndexerAccess.cs (1)
398
public override BoundNode? VisitListPatternIndexPlaceholder(
BoundListPatternIndexPlaceholder
node)