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);
2 references to Placeholder
Microsoft.CodeAnalysis.CSharp (2)
BoundTree\OutDeconstructVarPendingInference.cs (2)
16Debug.Assert(Placeholder is null); 19return Placeholder;