1 write to ArgumentPlaceholder
Microsoft.CodeAnalysis.CSharp (1)
Generated\BoundNodes.xml.Generated.cs (1)
5654
this.
ArgumentPlaceholder
= argumentPlaceholder;
8 references to ArgumentPlaceholder
Microsoft.CodeAnalysis.CSharp (8)
BoundTree\BoundDagEvaluation.cs (2)
265
return Update(SliceType, LengthTemp, StartIndex, EndIndex, IndexerAccess, ReceiverPlaceholder,
ArgumentPlaceholder
, input);
270
return Update(SliceType, lengthTemp, StartIndex, EndIndex, IndexerAccess, ReceiverPlaceholder,
ArgumentPlaceholder
, input);
Generated\BoundNodes.xml.Generated.cs (5)
5674
if (!TypeSymbol.Equals(sliceType, this.SliceType, TypeCompareKind.ConsiderEverything) || lengthTemp != this.LengthTemp || startIndex != this.StartIndex || endIndex != this.EndIndex || indexerAccess != this.IndexerAccess || receiverPlaceholder != this.ReceiverPlaceholder || argumentPlaceholder != this.
ArgumentPlaceholder
|| input != this.Input)
10531
this.Visit(node.
ArgumentPlaceholder
);
11909
BoundSlicePatternRangePlaceholder argumentPlaceholder = (BoundSlicePatternRangePlaceholder)this.Visit(node.
ArgumentPlaceholder
);
14041
BoundSlicePatternRangePlaceholder argumentPlaceholder = (BoundSlicePatternRangePlaceholder)this.Visit(node.
ArgumentPlaceholder
);
16563
new TreeDumperNode("argumentPlaceholder", null, new TreeDumperNode[] { Visit(node.
ArgumentPlaceholder
, null) }),
Lowering\LocalRewriter\LocalRewriter.PatternLocalRewriter.cs (1)
293
placeholderValues.Add(e.
ArgumentPlaceholder
, makeUnloweredRangeArgument(e));