3 references to DeconstructionVariablePendingInference
Microsoft.CodeAnalysis.CSharp (3)
Binder\Binder_Deconstruct.cs (2)
913
return new
DeconstructionVariablePendingInference
(syntax, localSymbol, receiverOpt: null);
958
return new
DeconstructionVariablePendingInference
(syntax, field, receiver);
Generated\BoundNodes.xml.Generated.cs (1)
8649
var result = new
DeconstructionVariablePendingInference
(this.Syntax, variableSymbol, receiverOpt, this.HasErrors);