1 instantiation of NotSameException
xunit.assert (1)
IdentityAsserts.cs (1)
32 throw new NotSameException();
3 references to NotSameException
Microsoft.DotNet.XUnitAssert.Tests (1)
IdentityAssertsTests.cs (1)
21 Assert.IsType<NotSameException>(ex);
xunit.assert (2)
IdentityAsserts.cs (1)
21 /// <exception cref="NotSameException">Thrown when the objects are the same instance</exception>
Sdk\Exceptions\NotSameException.cs (1)
18 /// Creates a new instance of the <see cref="NotSameException"/> class.