1 write to ArgumentPlaceholder
Microsoft.CodeAnalysis.CSharp (1)
Generated\BoundNodes.xml.Generated.cs (1)
8185this.ArgumentPlaceholder = argumentPlaceholder;
6 references to ArgumentPlaceholder
Microsoft.CodeAnalysis.CSharp (6)
Binder\DecisionDagBuilder_ListPatterns.cs (2)
76Debug.Assert(list.ArgumentPlaceholder is not null); 79list.IndexerAccess, list.ReceiverPlaceholder, list.ArgumentPlaceholder, input);
Generated\BoundNodes.xml.Generated.cs (4)
8204if (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 || !TypeSymbol.Equals(inputType, this.InputType, TypeCompareKind.ConsiderEverything) || !TypeSymbol.Equals(narrowedType, this.NarrowedType, TypeCompareKind.ConsiderEverything)) 12090BoundListPatternIndexPlaceholder? argumentPlaceholder = node.ArgumentPlaceholder; 14757BoundListPatternIndexPlaceholder? argumentPlaceholder = node.ArgumentPlaceholder; 16955new TreeDumperNode("argumentPlaceholder", null, new TreeDumperNode[] { Visit(node.ArgumentPlaceholder, null) }),