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