1 write to DeconstructMethod
Microsoft.CodeAnalysis.CSharp (1)
Generated\BoundNodes.xml.Generated.cs (1)
5391
this.
DeconstructMethod
= deconstructMethod;
9 references to DeconstructMethod
Microsoft.CodeAnalysis.CSharp (9)
Binder\PatternExplainer.cs (1)
541
var method = e.
DeconstructMethod
;
BoundTree\BoundDagEvaluation.cs (1)
40
BoundDagDeconstructEvaluation e => e.
DeconstructMethod
,
BoundTree\BoundDagTest.cs (1)
63
foreach (var param in d.
DeconstructMethod
.Parameters)
FlowAnalysis\NullableWalker_Patterns.cs (1)
447
var method = e.
DeconstructMethod
;
Generated\BoundNodes.xml.Generated.cs (4)
5401
if (!Symbols.SymbolEqualityComparer.ConsiderEverything.Equals(deconstructMethod, this.
DeconstructMethod
) || input != this.Input)
11604
return node.Update(node.
DeconstructMethod
, input);
13675
MethodSymbol deconstructMethod = GetUpdatedSymbol(node, node.
DeconstructMethod
);
16183
new TreeDumperNode("deconstructMethod", node.
DeconstructMethod
, null),
Lowering\LocalRewriter\LocalRewriter.PatternLocalRewriter.cs (1)
160
MethodSymbol method = d.
DeconstructMethod
;