1 write to ArgumentPlaceholder
Microsoft.CodeAnalysis.CSharp (1)
Generated\BoundNodes.xml.Generated.cs (1)
8393this.ArgumentPlaceholder = argumentPlaceholder;
10 references to ArgumentPlaceholder
Microsoft.CodeAnalysis.CSharp (10)
Binder\DecisionDagBuilder_CheckOrReachability.cs (2)
1316listPattern.ReceiverPlaceholder, listPattern.ArgumentPlaceholder, listPattern.Variable, listPattern.VariableAccess, 1347listPattern.ReceiverPlaceholder, listPattern.ArgumentPlaceholder, listPattern.Variable, listPattern.VariableAccess,
Binder\DecisionDagBuilder_ListPatterns.cs (2)
81Debug.Assert(list.ArgumentPlaceholder is not null); 84list.IndexerAccess, list.ReceiverPlaceholder, list.ArgumentPlaceholder, input);
Binder\UnionMatchingRewriter.cs (1)
128BoundListPatternIndexPlaceholder? argumentPlaceholder = node.ArgumentPlaceholder;
BoundTree\BoundListPattern.cs (1)
16return Update(subpatterns, this.HasSlice, this.LengthAccess, this.IndexerAccess, this.ReceiverPlaceholder, this.ArgumentPlaceholder, this.Variable, this.VariableAccess, this.IsUnionMatching, this.InputType, this.NarrowedType);
Generated\BoundNodes.xml.Generated.cs (4)
8412if (subpatterns != this.Subpatterns || hasSlice != this.HasSlice || lengthAccess != this.LengthAccess || indexerAccess != this.IndexerAccess || receiverPlaceholder != this.ReceiverPlaceholder || argumentPlaceholder != this.ArgumentPlaceholder || !Symbols.SymbolEqualityComparer.ConsiderEverything.Equals(variable, this.Variable) || variableAccess != this.VariableAccess || isUnionMatching != this.IsUnionMatching || !TypeSymbol.Equals(inputType, this.InputType, TypeCompareKind.ConsiderEverything) || !TypeSymbol.Equals(narrowedType, this.NarrowedType, TypeCompareKind.ConsiderEverything)) 12568BoundListPatternIndexPlaceholder? argumentPlaceholder = node.ArgumentPlaceholder; 15263BoundListPatternIndexPlaceholder? argumentPlaceholder = node.ArgumentPlaceholder; 17512new TreeDumperNode("argumentPlaceholder", null, new TreeDumperNode[] { Visit(node.ArgumentPlaceholder, null) }),