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