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