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