4 references to FormatInner
xunit.assert (4)
Sdk\ArgumentFormatter.cs (4)
301 printedValues += string.Join(", ", leftValues.Select(x => FormatInner(x, depth + 1))); 310 printedValues += string.Join(", ", rightValues.Take(MAX_ENUMERABLE_LENGTH - leftCount).Select(x => FormatInner(x, depth + 1))); 317 printedValues += string.Join(", ", values.Take(MAX_ENUMERABLE_LENGTH).Select(x => FormatInner(x, depth + 1))); 405 return FormatInner(getter(), depth + 1);