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