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