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