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)
946
placeholders.Add((conversion.DeconstructionInfo.
InputPlaceholder
, GetValEscape(right, _localScopeDepth)));
Lowering\LocalRewriter\LocalRewriter_DeconstructionAssignmentOperator.cs (2)
384
AddPlaceholderReplacement(deconstruction.
InputPlaceholder
, target);
402
RemovePlaceholderReplacement(deconstruction.
InputPlaceholder
);