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