3 references to FormatStart
xunit.assert (3)
Sdk\CollectionTracker.cs (3)
587
return
FormatStart
(enumerator.StartItemsIndexer, enumerator.CurrentIndex, depth);
619
return
FormatStart
(idx => startItems[idx], currentIndex, depth);
649
return
FormatStart
(idx => startItems[idx], currentIndex, depth);