1 write to innerEnumerator
Microsoft.DotNet.XUnitAssert.Tests (1)
Asserts\AsyncCollectionAssertsTests.cs (1)
1604 innerEnumerator = null;
5 references to innerEnumerator
Microsoft.DotNet.XUnitAssert.Tests (5)
Asserts\AsyncCollectionAssertsTests.cs (5)
1589 GuardNotNull("Tried to get Current on a disposed enumerator", innerEnumerator).Current; 1592 innerEnumerator is null; 1597 GuardNotNull("Tried to call MoveNext() on a disposed enumerator", innerEnumerator).MoveNextAsync(); 1601 if (innerEnumerator is not null) 1602 await innerEnumerator.DisposeAsync();