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