Base:
3 references to GetHashCode
Aspire.Hosting.Browsers.Tests (3)
BrowserLogsSessionManagerTests.cs (3)
30
Assert.Equal(identity.
GetHashCode
(), identityWithTrailingSeparator.
GetHashCode
());
37
var exception = Record.Exception(() => default(BrowserHostIdentity).
GetHashCode
());