1 write to DeconstructMethod
Microsoft.CodeAnalysis.CSharp (1)
Generated\BoundNodes.xml.Generated.cs (1)
5448
this.
DeconstructMethod
= deconstructMethod;
11 references to DeconstructMethod
Microsoft.CodeAnalysis.CSharp (11)
Binder\PatternExplainer.cs (1)
581
var method = e.
DeconstructMethod
;
BoundTree\BoundDagEvaluation.cs (3)
56
BoundDagDeconstructEvaluation e => e.
DeconstructMethod
,
312
MethodSymbol method =
DeconstructMethod
;
334
return Update(
DeconstructMethod
, input);
BoundTree\BoundDagTest.cs (1)
72
foreach (var param in d.
DeconstructMethod
.Parameters)
FlowAnalysis\NullableWalker_Patterns.cs (1)
696
var method = e.
DeconstructMethod
;
Generated\BoundNodes.xml.Generated.cs (4)
5458
if (!Symbols.SymbolEqualityComparer.ConsiderEverything.Equals(deconstructMethod, this.
DeconstructMethod
) || input != this.Input)
11866
MethodSymbol deconstructMethod = this.VisitMethodSymbol(node.
DeconstructMethod
);
13998
MethodSymbol deconstructMethod = GetUpdatedSymbol(node, node.
DeconstructMethod
);
16508
new TreeDumperNode("deconstructMethod", node.
DeconstructMethod
, null),
Lowering\LocalRewriter\LocalRewriter.PatternLocalRewriter.cs (1)
162
MethodSymbol method = d.
DeconstructMethod
;