4 references to FindValidPlaceholderArgument
Microsoft.CodeAnalysis.Features (4)
ConvertToInterpolatedString\AbstractConvertPlaceholderToInterpolatedStringRefactoringProvider.cs (4)
161
var placeholderArgument =
FindValidPlaceholderArgument
(syntaxFacts, invocation, cancellationToken);
170
var placeholderArgument =
FindValidPlaceholderArgument
(syntaxFacts, invocation, cancellationToken);
179
var placeholderArgument =
FindValidPlaceholderArgument
(syntaxFacts, invocation, cancellationToken);
288
var placeholderArgument =
FindValidPlaceholderArgument
(syntaxFacts, invocation, cancellationToken);