1 write to DeconstructMethod
Microsoft.CodeAnalysis.CSharp (1)
Generated\BoundNodes.xml.Generated.cs (1)
8165this.DeconstructMethod = deconstructMethod;
12 references to DeconstructMethod
Microsoft.CodeAnalysis.CSharp (12)
Binder\DecisionDagBuilder.cs (2)
576if (recursive.DeconstructMethod != null) 578MethodSymbol method = recursive.DeconstructMethod;
Binder\DecisionDagBuilder_CheckOrReachability.cs (2)
987recursivePattern.DeconstructMethod, recursivePattern.Deconstruction, 1120newPattern.Syntax, declaredType: node.DeclaredType, deconstructMethod: node.DeconstructMethod,
Binder\RefSafetyAnalysis.cs (1)
673if (node.DeconstructMethod is { } m &&
Compilation\CSharpSemanticModel.cs (1)
1996return new SymbolInfo(pat.DeconstructMethod.GetPublicSymbol());
FlowAnalysis\NullableWalker_Patterns.cs (1)
196if (rp.DeconstructMethod is null && !rp.Deconstruction.IsDefault)
Generated\BoundNodes.xml.Generated.cs (4)
8186if (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)) 12261MethodSymbol? deconstructMethod = this.VisitMethodSymbol(node.DeconstructMethod); 14919MethodSymbol? deconstructMethod = GetUpdatedSymbol(node, node.DeconstructMethod); 17112new TreeDumperNode("deconstructMethod", node.DeconstructMethod, null),
Operations\CSharpOperationFactory.cs (1)
2555boundRecursivePattern.DeconstructMethod.GetPublicSymbol(),