1 write to Placeholder
Microsoft.CodeAnalysis.CSharp (1)
BoundTree\OutDeconstructVarPendingInference.cs (1)
18Placeholder = new BoundDeconstructValuePlaceholder(this.Syntax, variableSymbol: VariableSymbol, isDiscardExpression: IsDiscardExpression, type.Type, hasErrors: this.HasErrors || !success);
4 references to Placeholder
Microsoft.CodeAnalysis.CSharp (4)
Binder\Binder_Deconstruct.cs (2)
699if (outVars.Any(v => v.Placeholder is null)) 704outPlaceholders = outVars.SelectAsArray(v => v.Placeholder!);
BoundTree\OutDeconstructVarPendingInference.cs (2)
16Debug.Assert(Placeholder is null); 19return Placeholder;