1 write to DeconstructionAssignment
Microsoft.CodeAnalysis.CSharp (1)
Generated\BoundNodes.xml.Generated.cs (1)
4095this.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)
11081var assignment = node.DeconstructionOpt.DeconstructionAssignment;
FlowAnalysis\VariablesDeclaredWalker.cs (1)
130var deconstructionAssignment = node.DeconstructionOpt?.DeconstructionAssignment;
Generated\BoundNodes.xml.Generated.cs (4)
4107if (deconstructionAssignment != this.DeconstructionAssignment || targetPlaceholder != this.TargetPlaceholder) 10189this.Visit(node.DeconstructionAssignment); 11402BoundDeconstructionAssignmentOperator deconstructionAssignment = (BoundDeconstructionAssignmentOperator)this.Visit(node.DeconstructionAssignment); 15890new 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);