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