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