1 write to DeconstructMethod
Microsoft.CodeAnalysis.CSharp (1)
Generated\BoundNodes.xml.Generated.cs (1)
5453
this.
DeconstructMethod
= deconstructMethod;
17 references to DeconstructMethod
Microsoft.CodeAnalysis.CSharp (17)
Binder\DecisionDagBuilder.cs (1)
668
DeconstructMethod
:
Binder\PatternExplainer.cs (1)
655
var method = e.
DeconstructMethod
;
BoundTree\BoundDagEvaluation.cs (7)
56
BoundDagDeconstructEvaluation e => e.
DeconstructMethod
,
320
MethodSymbol method =
DeconstructMethod
;
336
MethodSymbol method =
DeconstructMethod
;
345
Debug.Assert(!
DeconstructMethod
.ReturnsVoid);
346
return new BoundDagTemp(Syntax,
DeconstructMethod
.ReturnType, this, index: -1);
357
return Update(
DeconstructMethod
, input);
363
if (!
DeconstructMethod
.ReturnsVoid)
BoundTree\BoundDagTest.cs (2)
80
foreach (var param in d.
DeconstructMethod
.Parameters)
90
if (!d.
DeconstructMethod
.ReturnsVoid)
FlowAnalysis\NullableWalker_Patterns.cs (1)
696
var method = e.
DeconstructMethod
;
Generated\BoundNodes.xml.Generated.cs (4)
5463
if (!Symbols.SymbolEqualityComparer.ConsiderEverything.Equals(deconstructMethod, this.
DeconstructMethod
) || input != this.Input)
12017
MethodSymbol deconstructMethod = this.VisitMethodSymbol(node.
DeconstructMethod
);
14170
MethodSymbol deconstructMethod = GetUpdatedSymbol(node, node.
DeconstructMethod
);
16709
new TreeDumperNode("deconstructMethod", node.
DeconstructMethod
, null),
Lowering\LocalRewriter\LocalRewriter.PatternLocalRewriter.cs (1)
162
MethodSymbol method = d.
DeconstructMethod
;