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