Base:
method
GetHashCode
System.ValueType.GetHashCode()
62 references to GetHashCode
Aspire.Dashboard (6)
artifacts\obj\Aspire.Dashboard\Debug\net8.0\opentelemetry\proto\collector\logs\v1\LogsService.cs (1)
583if (RejectedLogRecords != 0L) hash ^= RejectedLogRecords.GetHashCode();
artifacts\obj\Aspire.Dashboard\Debug\net8.0\opentelemetry\proto\collector\metrics\v1\MetricsService.cs (1)
585if (RejectedDataPoints != 0L) hash ^= RejectedDataPoints.GetHashCode();
artifacts\obj\Aspire.Dashboard\Debug\net8.0\opentelemetry\proto\collector\trace\v1\TraceService.cs (1)
584if (RejectedSpans != 0L) hash ^= RejectedSpans.GetHashCode();
artifacts\obj\Aspire.Dashboard\Debug\net8.0\opentelemetry\proto\common\v1\Common.cs (1)
345if (HasIntValue) hash ^= IntValue.GetHashCode();
artifacts\obj\Aspire.Dashboard\Debug\net8.0\opentelemetry\proto\metrics\v1\Metrics.cs (2)
3055if (HasAsInt) hash ^= AsInt.GetHashCode(); 5961if (HasAsInt) hash ^= AsInt.GetHashCode();
BasketService (1)
artifacts\obj\BasketService\Debug\net8.0\Protos\Basket.cs (1)
1901if (Units != 0L) hash ^= Units.GetHashCode();
Microsoft.AspNetCore.Grpc.JsonTranscoding.Tests (3)
artifacts\obj\Microsoft.AspNetCore.Grpc.JsonTranscoding.Tests\Release\net10.0\Proto\Transcoding.cs (3)
1876if (SingleInt64 != 0L) hash ^= SingleInt64.GetHashCode(); 1880if (SingleSint64 != 0L) hash ^= SingleSint64.GetHashCode(); 1884if (SingleSfixed64 != 0L) hash ^= SingleSfixed64.GetHashCode();
Microsoft.AspNetCore.Grpc.Swagger.Tests (8)
artifacts\obj\Microsoft.AspNetCore.Grpc.Swagger.Tests\Release\net10.0\Proto\Messages.cs (3)
993if (SingleInt64 != 0L) hash ^= SingleInt64.GetHashCode(); 997if (SingleSint64 != 0L) hash ^= SingleSint64.GetHashCode(); 1001if (SingleSfixed64 != 0L) hash ^= SingleSfixed64.GetHashCode();
artifacts\obj\Microsoft.AspNetCore.Grpc.Swagger.Tests\Release\net10.0\Proto\Parameters.cs (5)
190if (ParameterInt != 0L) hash ^= ParameterInt.GetHashCode(); 445if (ParameterOne != 0L) hash ^= ParameterOne.GetHashCode(); 447if (ParameterThree != 0L) hash ^= ParameterThree.GetHashCode(); 1232if (NestedParameterOne != 0L) hash ^= NestedParameterOne.GetHashCode(); 1234if (NestedParameterThree != 0L) hash ^= NestedParameterThree.GetHashCode();
Microsoft.Build.Framework (1)
Profiler\EvaluationLocation.cs (1)
259hashCode = (hashCode * -1521134295) + Id.GetHashCode();
Microsoft.CodeAnalysis (3)
ConstantValueSpecialized.cs (1)
863return Hash.Combine(base.GetHashCode(), _value.GetHashCode());
SwitchConstantValueHelper.cs (1)
141return constant.Int64Value.GetHashCode();
Syntax\SyntaxAnnotation.cs (1)
79return _id.GetHashCode();
Microsoft.Extensions.DependencyModel (1)
HashCodeCombiner.cs (1)
20get { return _combinedHash64.GetHashCode(); }
Microsoft.ML.Core (1)
Utilities\SummaryStatistics.cs (1)
32return Hashing.CombinedHash(RawCount.GetHashCode(),
Microsoft.ML.OnnxConverter (7)
OnnxMl.cs (7)
555if (I != 0L) hash ^= I.GetHashCode(); 1758if (IrVersion != 0L) hash ^= IrVersion.GetHashCode(); 1763if (ModelVersion != 0L) hash ^= ModelVersion.GetHashCode(); 3522if (Begin != 0L) hash ^= Begin.GetHashCode(); 3523if (End != 0L) hash ^= End.GetHashCode(); 4179if (valueCase_ == ValueOneofCase.DimValue) hash ^= DimValue.GetHashCode(); 5845if (Version != 0L) hash ^= Version.GetHashCode();
Microsoft.ML.OnnxTransformer (7)
src\Microsoft.ML.OnnxConverter\OnnxMl.cs (7)
555if (I != 0L) hash ^= I.GetHashCode(); 1758if (IrVersion != 0L) hash ^= IrVersion.GetHashCode(); 1763if (ModelVersion != 0L) hash ^= ModelVersion.GetHashCode(); 3522if (Begin != 0L) hash ^= Begin.GetHashCode(); 3523if (End != 0L) hash ^= End.GetHashCode(); 4179if (valueCase_ == ValueOneofCase.DimValue) hash ^= DimValue.GetHashCode(); 5845if (Version != 0L) hash ^= Version.GetHashCode();
Microsoft.Net.Http.Headers (4)
RangeItemHeaderValue.cs (4)
92return _to.GetValueOrDefault().GetHashCode(); 96return _from.GetValueOrDefault().GetHashCode(); 98return _from.GetValueOrDefault().GetHashCode() ^ _to.GetValueOrDefault().GetHashCode();
MyFrontend (1)
artifacts\obj\MyFrontend\Debug\net8.0\Basket.cs (1)
1901if (Units != 0L) hash ^= Units.GetHashCode();
Sandbox (3)
artifacts\obj\Sandbox\Release\net10.0\Transcoding.cs (3)
1014if (SingleInt64 != 0L) hash ^= SingleInt64.GetHashCode(); 1018if (SingleSint64 != 0L) hash ^= SingleSint64.GetHashCode(); 1022if (SingleSfixed64 != 0L) hash ^= SingleSfixed64.GetHashCode();
SocialWeather (1)
Protobuf\WeatherReport.cs (1)
166if (ReportTime != 0L) hash ^= ReportTime.GetHashCode();
Stress.TelemetryService (6)
artifacts\obj\Stress.TelemetryService\Debug\net8.0\opentelemetry\proto\collector\logs\v1\LogsService.cs (1)
583if (RejectedLogRecords != 0L) hash ^= RejectedLogRecords.GetHashCode();
artifacts\obj\Stress.TelemetryService\Debug\net8.0\opentelemetry\proto\collector\metrics\v1\MetricsService.cs (1)
585if (RejectedDataPoints != 0L) hash ^= RejectedDataPoints.GetHashCode();
artifacts\obj\Stress.TelemetryService\Debug\net8.0\opentelemetry\proto\collector\trace\v1\TraceService.cs (1)
584if (RejectedSpans != 0L) hash ^= RejectedSpans.GetHashCode();
artifacts\obj\Stress.TelemetryService\Debug\net8.0\opentelemetry\proto\common\v1\Common.cs (1)
345if (HasIntValue) hash ^= IntValue.GetHashCode();
artifacts\obj\Stress.TelemetryService\Debug\net8.0\opentelemetry\proto\metrics\v1\Metrics.cs (2)
3055if (HasAsInt) hash ^= AsInt.GetHashCode(); 5961if (HasAsInt) hash ^= AsInt.GetHashCode();
System.Data.Common (2)
System\Data\SQLTypes\SQLInt64.cs (1)
561public override int GetHashCode() => IsNull ? 0 : Value.GetHashCode();
System\Data\SQLTypes\SQLMoney.cs (1)
558IsNull ? 0 : _value.GetHashCode();
System.Drawing.Primitives (1)
System\Drawing\Color.cs (1)
601return HashCode.Combine(value.GetHashCode(), state.GetHashCode(), knownColor.GetHashCode());
System.Private.CoreLib (5)
src\libraries\System.Private.CoreLib\src\System\DateTimeOffset.cs (1)
644public override int GetHashCode() => UtcTicks.GetHashCode();
src\libraries\System.Private.CoreLib\src\System\IntPtr.cs (1)
94return value.GetHashCode();
src\libraries\System.Private.CoreLib\src\System\Threading\CancellationTokenRegistration.cs (2)
158public override int GetHashCode() => _node != null ? _node.GetHashCode() ^ _id.GetHashCode() : _id.GetHashCode();
src\libraries\System.Private.CoreLib\src\System\TimeSpan.cs (1)
437public override int GetHashCode() => _ticks.GetHashCode();
xunit.console (1)
common\AssemblyResolution\Microsoft.DotNet.PlatformAbstractions\HashCodeCombiner.cs (1)
15get { return _combinedHash64.GetHashCode(); }