2 instantiations of BoundDagDeconstructEvaluation
Microsoft.CodeAnalysis.CSharp (2)
Binder\DecisionDagBuilder.cs (1)
578
var evaluation = new
BoundDagDeconstructEvaluation
(recursive.Syntax, method, OriginalInput(input, method));
Generated\BoundNodes.xml.Generated.cs (1)
5460
var result = new
BoundDagDeconstructEvaluation
(this.Syntax, deconstructMethod, input, this.HasErrors);
26 references to BoundDagDeconstructEvaluation
Microsoft.CodeAnalysis.CSharp (26)
Binder\DecisionDagBuilder.cs (9)
34
/// there are <see cref="
BoundDagDeconstructEvaluation
"/> which represents an invocation of a type's
578
var
evaluation = new BoundDagDeconstructEvaluation(recursive.Syntax, method, OriginalInput(input, method));
2704
case
BoundDagDeconstructEvaluation
deconstruct:
2786
private static Tests RemoveDeconstructEvaluation(One tests, ref ImmutableDictionary<BoundDagTemp, BoundDagTemp> tempMap,
BoundDagDeconstructEvaluation
e1)
2791
AddOutParameterTempsReplacement(ref tempMap, (
BoundDagDeconstructEvaluation
)eval, e1);
2798
private static void AddOutParameterTempsReplacement(ref ImmutableDictionary<BoundDagTemp, BoundDagTemp> tempMap,
BoundDagDeconstructEvaluation
oldDeconstruct,
BoundDagDeconstructEvaluation
newDeconstruct)
2950
case
BoundDagDeconstructEvaluation
deconstruct:
2957
var
deconstructEvaluation = deconstruct.Update(replacement);
Binder\PatternExplainer.cs (1)
580
case
BoundDagDeconstructEvaluation
e:
BoundTree\BoundDagEvaluation.cs (2)
56
BoundDagDeconstructEvaluation
e => e.DeconstructMethod,
332
public new
BoundDagDeconstructEvaluation
Update(BoundDagTemp input)
BoundTree\BoundDagTemp.cs (1)
67
return $"{name}{(Source is
BoundDagDeconstructEvaluation
? $".Item{(Index + 1).ToString()}" : "")}";
BoundTree\BoundDagTest.cs (1)
69
case
BoundDagDeconstructEvaluation
d:
FlowAnalysis\NullableWalker_Patterns.cs (2)
443
case
BoundDagDeconstructEvaluation
e:
691
case
BoundDagDeconstructEvaluation
e:
Generated\BoundNodes.xml.Generated.cs (9)
5456
public
BoundDagDeconstructEvaluation
Update(MethodSymbol deconstructMethod, BoundDagTemp input)
5460
var
result = new BoundDagDeconstructEvaluation(this.Syntax, deconstructMethod, input, this.HasErrors);
9260
return VisitDagDeconstructEvaluation((
BoundDagDeconstructEvaluation
)node, arg);
9593
public virtual R VisitDagDeconstructEvaluation(
BoundDagDeconstructEvaluation
node, A arg) => this.DefaultVisit(node, arg);
9831
public virtual BoundNode? VisitDagDeconstructEvaluation(
BoundDagDeconstructEvaluation
node) => this.DefaultVisit(node);
10492
public override BoundNode? VisitDagDeconstructEvaluation(
BoundDagDeconstructEvaluation
node)
11864
public override BoundNode? VisitDagDeconstructEvaluation(
BoundDagDeconstructEvaluation
node)
13996
public override BoundNode? VisitDagDeconstructEvaluation(
BoundDagDeconstructEvaluation
node)
16506
public override TreeDumperNode VisitDagDeconstructEvaluation(
BoundDagDeconstructEvaluation
node, object? arg) => new TreeDumperNode("dagDeconstructEvaluation", null, new TreeDumperNode[]
Lowering\LocalRewriter\LocalRewriter.PatternLocalRewriter.cs (1)
160
case
BoundDagDeconstructEvaluation
d: