2 references to MakeFormattedParameters
Microsoft.CodeAnalysis.CSharp.Features.UnitTests (2)
ConvertToInterpolatedString\ConvertPlaceholderToInterpolatedStringTests.cs (2)
44
var invocation = $"string.Format({
MakeFormattedParameters
(i)})";
55
var invocation = $"{function}({
MakeFormattedParameters
(i)})";