1 write to Value
Microsoft.DotNet.XUnitAssert.Tests (1)
AsyncCollectionAssertsTests.cs (1)
1007 public EnumerableItem(int value) => Value = value;
5 references to Value
Microsoft.DotNet.XUnitAssert.Tests (5)
AsyncCollectionAssertsTests.cs (5)
999 Assert.Equal(expected, actual, (x, y) => x.Value / 2 == y.Value / 2); 1000 Assert.Equal(expected.ToAsyncEnumerable(), actual, (x, y) => x.Value / 2 == y.Value / 2); 1009 public IEnumerator<string> GetEnumerator() => Enumerable.Repeat("", Value).GetEnumerator();