12 references to MAX_DEPTH
Microsoft.DotNet.XUnitAssert.Tests (5)
Sdk\CollectionTrackerTests.cs (5)
18 var result = tracker.FormatIndexedMismatch(2600, out var pointerIndent, ArgumentFormatter.MAX_DEPTH); 82 var result = CollectionTracker<int>.FormatIndexedMismatch(span, 2600, out var pointerIndent, ArgumentFormatter.MAX_DEPTH); 154 Assert.Equal($"[{ArgumentFormatter.Ellipsis}]", tracker.FormatStart(ArgumentFormatter.MAX_DEPTH)); 197 Assert.Equal($"[{ArgumentFormatter.Ellipsis}]", CollectionTracker<object>.FormatStart(collection, ArgumentFormatter.MAX_DEPTH)); 241 Assert.Equal($"[{ArgumentFormatter.Ellipsis}]", CollectionTracker<object>.FormatStart(span, ArgumentFormatter.MAX_DEPTH));
xunit.assert (7)
Sdk\ArgumentFormatter.cs (2)
330 if (depth == MAX_DEPTH) 380 if (depth == MAX_DEPTH)
Sdk\CollectionTracker.cs (5)
523 if (depth == ArgumentFormatter.MAX_DEPTH) 586 if (depth == ArgumentFormatter.MAX_DEPTH) 650 if (depth == ArgumentFormatter.MAX_DEPTH) 676 if (depth == ArgumentFormatter.MAX_DEPTH) 707 if (depth == ArgumentFormatter.MAX_DEPTH)