1 write to DeconstructMethod
Microsoft.CodeAnalysis.CSharp (1)
Generated\BoundNodes.xml.Generated.cs (1)
8157this.DeconstructMethod = deconstructMethod;
12 references to DeconstructMethod
Microsoft.CodeAnalysis.CSharp (12)
Binder\DecisionDagBuilder.cs (2)
530if (recursive.DeconstructMethod != null) 532MethodSymbol method = recursive.DeconstructMethod;
Binder\DecisionDagBuilder_CheckOrReachability.cs (2)
987recursivePattern.DeconstructMethod, recursivePattern.Deconstruction, 1120newPattern.Syntax, declaredType: node.DeclaredType, deconstructMethod: node.DeconstructMethod,
Binder\RefSafetyAnalysis.cs (1)
653if (node.DeconstructMethod is { } m &&
Compilation\CSharpSemanticModel.cs (1)
2003return new SymbolInfo(pat.DeconstructMethod.GetPublicSymbol());
FlowAnalysis\NullableWalker_Patterns.cs (1)
196if (rp.DeconstructMethod is null && !rp.Deconstruction.IsDefault)
Generated\BoundNodes.xml.Generated.cs (4)
8178if (declaredType != this.DeclaredType || !Symbols.SymbolEqualityComparer.ConsiderEverything.Equals(deconstructMethod, this.DeconstructMethod) || deconstruction != this.Deconstruction || properties != this.Properties || isExplicitNotNullTest != this.IsExplicitNotNullTest || !Symbols.SymbolEqualityComparer.ConsiderEverything.Equals(variable, this.Variable) || variableAccess != this.VariableAccess || !TypeSymbol.Equals(inputType, this.InputType, TypeCompareKind.ConsiderEverything) || !TypeSymbol.Equals(narrowedType, this.NarrowedType, TypeCompareKind.ConsiderEverything)) 12253MethodSymbol? deconstructMethod = this.VisitMethodSymbol(node.DeconstructMethod); 14911MethodSymbol? deconstructMethod = GetUpdatedSymbol(node, node.DeconstructMethod); 17104new TreeDumperNode("deconstructMethod", node.DeconstructMethod, null),
Operations\CSharpOperationFactory.cs (1)
2564boundRecursivePattern.DeconstructMethod.GetPublicSymbol(),