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