2 instantiations of BoundDagSliceEvaluation
Microsoft.CodeAnalysis.CSharp (2)
Binder\DecisionDagBuilder_ListPatterns.cs (1)
64
var sliceEvaluation = new
BoundDagSliceEvaluation
(slicePattern.Syntax, slicePattern.InputType, lengthTemp, startIndex: startIndex, endIndex: index,
Generated\BoundNodes.xml.Generated.cs (1)
5625
var result = new
BoundDagSliceEvaluation
(this.Syntax, sliceType, lengthTemp, startIndex, endIndex, indexerAccess, receiverPlaceholder, argumentPlaceholder, input, this.HasErrors);
21 references to BoundDagSliceEvaluation
Microsoft.CodeAnalysis.CSharp (21)
Binder\DecisionDagBuilder.cs (3)
485
input.Source is not
BoundDagSliceEvaluation
)
1229
while (input.Source is
BoundDagSliceEvaluation
slice)
1244
while (input.Source is
BoundDagSliceEvaluation
slice)
Binder\DecisionDagBuilder_ListPatterns.cs (1)
64
var
sliceEvaluation = new BoundDagSliceEvaluation(slicePattern.Syntax, slicePattern.InputType, lengthTemp, startIndex: startIndex, endIndex: index,
Binder\PatternExplainer.cs (3)
422
BoundDagSliceEvaluation
slice = null;
429
case
BoundDagSliceEvaluation
e:
480
case
BoundDagSliceEvaluation
e:
BoundTree\BoundDagEvaluation.cs (2)
42
BoundDagSliceEvaluation
e => getSymbolFromIndexerAccess(e.IndexerAccess),
141
(
BoundDagSliceEvaluation
)obj is var e &&
FlowAnalysis\NullableWalker_Patterns.cs (1)
570
case
BoundDagSliceEvaluation
e:
Generated\BoundNodes.xml.Generated.cs (9)
5621
public
BoundDagSliceEvaluation
Update(TypeSymbol sliceType, BoundDagTemp lengthTemp, int startIndex, int endIndex, BoundExpression indexerAccess, BoundSlicePatternReceiverPlaceholder receiverPlaceholder, BoundSlicePatternRangePlaceholder argumentPlaceholder, BoundDagTemp input)
5625
var
result = new BoundDagSliceEvaluation(this.Syntax, sliceType, lengthTemp, startIndex, endIndex, indexerAccess, receiverPlaceholder, argumentPlaceholder, input, this.HasErrors);
9173
return VisitDagSliceEvaluation((
BoundDagSliceEvaluation
)node, arg);
9497
public virtual R VisitDagSliceEvaluation(
BoundDagSliceEvaluation
node, A arg) => this.DefaultVisit(node, arg);
9733
public virtual BoundNode? VisitDagSliceEvaluation(
BoundDagSliceEvaluation
node) => this.DefaultVisit(node);
10420
public override BoundNode? VisitDagSliceEvaluation(
BoundDagSliceEvaluation
node)
11785
public override BoundNode? VisitDagSliceEvaluation(
BoundDagSliceEvaluation
node)
13894
public override BoundNode? VisitDagSliceEvaluation(
BoundDagSliceEvaluation
node)
16405
public override TreeDumperNode VisitDagSliceEvaluation(
BoundDagSliceEvaluation
node, object? arg) => new TreeDumperNode("dagSliceEvaluation", null, new TreeDumperNode[]
Lowering\LocalRewriter\LocalRewriter.PatternLocalRewriter.cs (2)
279
case
BoundDagSliceEvaluation
e:
324
BoundExpression makeUnloweredRangeArgument(
BoundDagSliceEvaluation
e)