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