4 references to BindDeconstruction
Microsoft.CodeAnalysis.CSharp (4)
Binder\Binder_Deconstruct.cs (1)
35
var result =
BindDeconstruction
(node, left, right, diagnostics, ref declaration, ref expression, resultIsUsedOverride);
Binder\ForEachLoopBinder.cs (2)
204
BoundDeconstructionAssignmentOperator deconstruction =
BindDeconstruction
(
388
BoundDeconstructionAssignmentOperator deconstruction =
BindDeconstruction
(
Symbols\Source\SourceLocalSymbol.cs (1)
689
_nodeBinder.
BindDeconstruction
(assignment, assignment.Left, assignment.Right, diagnostics, ref declaration, ref expression);