1 write to Value
Microsoft.DotNet.XUnitAssert.Tests (1)
AsyncCollectionAssertsTests.cs (1)
857 public EnumerableItem(int value) => Value = value;
3 references to Value
Microsoft.DotNet.XUnitAssert.Tests (3)
AsyncCollectionAssertsTests.cs (3)
847 x?.Value / 2 == y?.Value / 2; 859 public IEnumerator<string> GetEnumerator() => Enumerable.Repeat("", Value).GetEnumerator();