1 write to DeconstructionAssignment
Microsoft.CodeAnalysis.CSharp (1)
Generated\BoundNodes.xml.Generated.cs (1)
4094this.DeconstructionAssignment = deconstructionAssignment;
9 references to DeconstructionAssignment
Microsoft.CodeAnalysis.CSharp (9)
Compilation\MemberSemanticModel.cs (1)
1030return new DeconstructionInfo(boundDeconstruction.DeconstructionAssignment.Right.Conversion);
FlowAnalysis\NullableWalker.cs (1)
11084var assignment = node.DeconstructionOpt.DeconstructionAssignment;
FlowAnalysis\VariablesDeclaredWalker.cs (1)
130var deconstructionAssignment = node.DeconstructionOpt?.DeconstructionAssignment;
Generated\BoundNodes.xml.Generated.cs (4)
4106if (deconstructionAssignment != this.DeconstructionAssignment || targetPlaceholder != this.TargetPlaceholder) 10188this.Visit(node.DeconstructionAssignment); 11401BoundDeconstructionAssignmentOperator deconstructionAssignment = (BoundDeconstructionAssignmentOperator)this.Visit(node.DeconstructionAssignment); 15889new TreeDumperNode("deconstructionAssignment", null, new TreeDumperNode[] { Visit(node.DeconstructionAssignment, null) }),
Lowering\LocalRewriter\LocalRewriter_ForEachStatement.cs (1)
826var assignment = deconstruction.DeconstructionAssignment;
Operations\CSharpOperationFactory.cs (1)
1957return Create(boundForEachStatement.DeconstructionOpt.DeconstructionAssignment.Left);