2 instantiations of BoundListPatternIndexPlaceholder
Microsoft.CodeAnalysis.CSharp (2)
Binder\Binder_Patterns.cs (1)
605
argumentPlaceholder = new
BoundListPatternIndexPlaceholder
(node, systemIndexType) { WasCompilerGenerated = true };
Generated\BoundNodes.xml.Generated.cs (1)
825
var result = new
BoundListPatternIndexPlaceholder
(this.Syntax, type, this.HasErrors);
27 references to BoundListPatternIndexPlaceholder
Microsoft.CodeAnalysis.CSharp (27)
Binder\Binder_Patterns.cs (2)
521
BoundListPatternIndexPlaceholder
? argumentPlaceholder;
576
out BoundExpression indexerAccess, out BoundExpression lengthAccess, out BoundListPatternReceiverPlaceholder? receiverPlaceholder, out
BoundListPatternIndexPlaceholder
argumentPlaceholder)
Binder\UnionMatchingRewriter.cs (1)
128
BoundListPatternIndexPlaceholder
? argumentPlaceholder = node.ArgumentPlaceholder;
Generated\BoundNodes.xml.Generated.cs (22)
821
public
BoundListPatternIndexPlaceholder
Update(TypeSymbol type)
825
var
result = new BoundListPatternIndexPlaceholder(this.Syntax, type, this.HasErrors);
5595
public BoundDagIndexerEvaluation(SyntaxNode syntax, TypeSymbol indexerType, BoundDagTemp lengthTemp, int index, BoundExpression indexerAccess, BoundListPatternReceiverPlaceholder receiverPlaceholder,
BoundListPatternIndexPlaceholder
argumentPlaceholder, BoundDagTemp input, bool hasErrors = false)
5623
public
BoundListPatternIndexPlaceholder
ArgumentPlaceholder { get; }
5628
public BoundDagIndexerEvaluation Update(TypeSymbol indexerType, BoundDagTemp lengthTemp, int index, BoundExpression indexerAccess, BoundListPatternReceiverPlaceholder receiverPlaceholder,
BoundListPatternIndexPlaceholder
argumentPlaceholder, BoundDagTemp input)
8380
public BoundListPattern(SyntaxNode syntax, ImmutableArray<BoundPattern> subpatterns, bool hasSlice, BoundExpression? lengthAccess, BoundExpression? indexerAccess, BoundListPatternReceiverPlaceholder? receiverPlaceholder,
BoundListPatternIndexPlaceholder
? argumentPlaceholder, Symbol? variable, BoundExpression? variableAccess, bool isUnionMatching, TypeSymbol inputType, TypeSymbol narrowedType, bool hasErrors = false)
8405
public
BoundListPatternIndexPlaceholder
? ArgumentPlaceholder { get; }
8410
public BoundListPattern Update(ImmutableArray<BoundPattern> subpatterns, bool hasSlice, BoundExpression? lengthAccess, BoundExpression? indexerAccess, BoundListPatternReceiverPlaceholder? receiverPlaceholder,
BoundListPatternIndexPlaceholder
? argumentPlaceholder, Symbol? variable, BoundExpression? variableAccess, bool isUnionMatching, TypeSymbol inputType, TypeSymbol narrowedType)
9126
return VisitListPatternIndexPlaceholder((
BoundListPatternIndexPlaceholder
)node, arg);
9593
public virtual R VisitListPatternIndexPlaceholder(
BoundListPatternIndexPlaceholder
node, A arg) => this.DefaultVisit(node, arg);
9834
public virtual BoundNode? VisitListPatternIndexPlaceholder(
BoundListPatternIndexPlaceholder
node) => this.DefaultVisit(node);
10095
public override BoundNode? VisitListPatternIndexPlaceholder(
BoundListPatternIndexPlaceholder
node) => null;
11188
public override BoundNode? VisitListPatternIndexPlaceholder(
BoundListPatternIndexPlaceholder
node)
12050
BoundListPatternIndexPlaceholder
argumentPlaceholder = (
BoundListPatternIndexPlaceholder
)this.Visit(node.ArgumentPlaceholder);
12568
BoundListPatternIndexPlaceholder
? argumentPlaceholder = node.ArgumentPlaceholder;
12875
public override BoundNode? VisitListPatternIndexPlaceholder(
BoundListPatternIndexPlaceholder
node)
12882
BoundListPatternIndexPlaceholder
updatedNode = node.Update(infoAndType.Type!);
14202
BoundListPatternIndexPlaceholder
argumentPlaceholder = (
BoundListPatternIndexPlaceholder
)this.Visit(node.ArgumentPlaceholder);
15263
BoundListPatternIndexPlaceholder
? argumentPlaceholder = node.ArgumentPlaceholder;
15583
public override TreeDumperNode VisitListPatternIndexPlaceholder(
BoundListPatternIndexPlaceholder
node, object? arg) => new TreeDumperNode("listPatternIndexPlaceholder", null, new TreeDumperNode[]
Lowering\LocalRewriter\LocalRewriter.PlaceholderReplacer.cs (1)
40
public override BoundNode VisitListPatternIndexPlaceholder(
BoundListPatternIndexPlaceholder
node)
Lowering\LocalRewriter\LocalRewriter_IndexerAccess.cs (1)
437
public override BoundNode? VisitListPatternIndexPlaceholder(
BoundListPatternIndexPlaceholder
node)