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);
4 references to Placeholder
Microsoft.CodeAnalysis.CSharp (4)
Binder\Binder_Deconstruct.cs (2)
699
if (outVars.Any(v => v.
Placeholder
is null))
704
outPlaceholders = outVars.SelectAsArray(v => v.
Placeholder
!);
BoundTree\OutDeconstructVarPendingInference.cs (2)
16
Debug.Assert(
Placeholder
is null);
19
return
Placeholder
;