1 write to InputPlaceholder
Microsoft.CodeAnalysis.CSharp (1)
Binder\Semantics\Conversions\Conversion.cs (1)
1257(Invocation, InputPlaceholder, OutputPlaceholders) = (invocation, inputPlaceholder, outputPlaceholders);
3 references to InputPlaceholder
Microsoft.CodeAnalysis.CSharp (3)
Binder\RefSafetyAnalysis.cs (1)
946placeholders.Add((conversion.DeconstructionInfo.InputPlaceholder, GetValEscape(right, _localScopeDepth)));
Lowering\LocalRewriter\LocalRewriter_DeconstructionAssignmentOperator.cs (2)
384AddPlaceholderReplacement(deconstruction.InputPlaceholder, target); 402RemovePlaceholderReplacement(deconstruction.InputPlaceholder);