4 references to FindValidPlaceholderArgument
Microsoft.CodeAnalysis.Features (4)
ConvertToInterpolatedString\AbstractConvertPlaceholderToInterpolatedStringRefactoringProvider.cs (4)
148
var placeholderArgument =
FindValidPlaceholderArgument
(syntaxFacts, invocation, cancellationToken);
157
var placeholderArgument =
FindValidPlaceholderArgument
(syntaxFacts, invocation, cancellationToken);
166
var placeholderArgument =
FindValidPlaceholderArgument
(syntaxFacts, invocation, cancellationToken);
275
var placeholderArgument =
FindValidPlaceholderArgument
(syntaxFacts, invocation, cancellationToken);