2 references to BindDeconstructionVariables
Microsoft.CodeAnalysis.CSharp (2)
Binder\Binder_Deconstruct.cs (2)
769
return
BindDeconstructionVariables
(declType, component.Designation, component, diagnostics);
842
builder.Add(
BindDeconstructionVariables
(declTypeWithAnnotations, n, n, diagnostics));