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