4 references to s_pathComparer
Aspire.Hosting.Browsers (4)
IBrowserHost.cs (4)
150
s_pathComparer
.Equals(ExecutablePath, other.ExecutablePath) &&
151
s_pathComparer
.Equals(UserDataRootPath, other.UserDataRootPath);
160
s_pathComparer
.GetHashCode(ExecutablePath ?? string.Empty),
161
s_pathComparer
.GetHashCode(UserDataRootPath ?? string.Empty));