13 references to Combine
Aspire.Dashboard (1)
Otlp\Model\MetricValues\HistogramValue.cs (1)
69return HashCode.Combine(Start, Count, Values, Sum, ExplicitBounds);
dotnet (1)
ToolPackage\RestoredCommandIdentifier.cs (1)
49return HashCode.Combine(PackageId, Version, TargetFramework, CommandName,
dotnet.Tests (1)
CommandTests\Workload\Install\TestManifestUpdate.cs (1)
79return HashCode.Combine(ManifestId, ExistingVersion, ExistingFeatureBand, NewVersion, NewFeatureBand);
Microsoft.Extensions.AI.Evaluation.Safety (1)
ContentSafetyService.UrlCacheKey.cs (1)
28HashCode.Combine(
Microsoft.NET.Sdk.StaticWebAssets.Tasks (1)
Data\StaticWebAssetsDiscoveryPattern.cs (1)
36return HashCode.Combine(Name, Source, ContentRoot, BasePath, Pattern);
System.Net.Http (2)
System\Net\Http\Headers\WarningHeaderValue.cs (1)
109HashCode.Combine(
System\Net\Http\SocketsHttpHandler\HttpConnectionPoolManager.cs (1)
544HashCode.Combine(Kind, Host, Port, ProxyUri, Identity) :
System.Net.Primitives (2)
System\Net\Cookie.cs (1)
635return HashCode.Combine(
System\Net\IPAddress.cs (1)
722_hashCode = HashCode.Combine(
System.Private.CoreLib (4)
src\libraries\System.Private.CoreLib\src\System\ValueTuple.cs (4)
1204return HashCode.Combine(Item1?.GetHashCode() ?? 0, 1218return HashCode.Combine(comparer.GetHashCode(Item1!), 2047return HashCode.Combine(Item4?.GetHashCode() ?? 0, 2122return HashCode.Combine(comparer.GetHashCode(Item4!),