2 references to BindDeconstructionVariable
Microsoft.CodeAnalysis.CSharp (2)
Binder\Binder_Deconstruct.cs (1)
812
return new DeconstructionVariable(
BindDeconstructionVariable
(declTypeWithAnnotations, single, syntax, diagnostics), syntax);
Binder\Binder_Expressions.cs (1)
947
var result =
BindDeconstructionVariable
(declTypeWithAnnotations, single, syntax, diagnostics);