Base:
5 references to GetHashCode
Microsoft.Extensions.Diagnostics.ExceptionSummarization.Tests (5)
ExceptionSummaryTests.cs (5)
20Assert.Equal(exceptionSummary1.GetHashCode(), exceptionSummary2.GetHashCode()); 36Assert.NotEqual(exceptionSummary1.GetHashCode(), exceptionSummary2.GetHashCode()); 52Assert.NotEqual(exceptionSummary.GetHashCode(), exceptionTest.GetHashCode());