2 references to GuardNotNull
Microsoft.DotNet.XUnitAssert.Tests (2)
Asserts\AsyncCollectionAssertsTests.cs (2)
1589 GuardNotNull("Tried to get Current on a disposed enumerator", innerEnumerator).Current; 1597 GuardNotNull("Tried to call MoveNext() on a disposed enumerator", innerEnumerator).MoveNextAsync();