Base:
method
GetHashCode
System.ValueType.GetHashCode()
55 references to GetHashCode
Aspire.Dashboard (18)
artifacts\obj\Aspire.Dashboard\Debug\net8.0\opentelemetry\proto\logs\v1\Logs.cs (2)
1195if (TimeUnixNano != 0UL) hash ^= TimeUnixNano.GetHashCode(); 1196if (ObservedTimeUnixNano != 0UL) hash ^= ObservedTimeUnixNano.GetHashCode();
artifacts\obj\Aspire.Dashboard\Debug\net8.0\opentelemetry\proto\metrics\v1\Metrics.cs (13)
3052if (StartTimeUnixNano != 0UL) hash ^= StartTimeUnixNano.GetHashCode(); 3053if (TimeUnixNano != 0UL) hash ^= TimeUnixNano.GetHashCode(); 3639if (StartTimeUnixNano != 0UL) hash ^= StartTimeUnixNano.GetHashCode(); 3640if (TimeUnixNano != 0UL) hash ^= TimeUnixNano.GetHashCode(); 3641if (Count != 0UL) hash ^= Count.GetHashCode(); 4353if (StartTimeUnixNano != 0UL) hash ^= StartTimeUnixNano.GetHashCode(); 4354if (TimeUnixNano != 0UL) hash ^= TimeUnixNano.GetHashCode(); 4355if (Count != 0UL) hash ^= Count.GetHashCode(); 4358if (ZeroCount != 0UL) hash ^= ZeroCount.GetHashCode(); 5228if (StartTimeUnixNano != 0UL) hash ^= StartTimeUnixNano.GetHashCode(); 5229if (TimeUnixNano != 0UL) hash ^= TimeUnixNano.GetHashCode(); 5230if (Count != 0UL) hash ^= Count.GetHashCode(); 5959if (TimeUnixNano != 0UL) hash ^= TimeUnixNano.GetHashCode();
artifacts\obj\Aspire.Dashboard\Debug\net8.0\opentelemetry\proto\trace\v1\Trace.cs (3)
1239if (StartTimeUnixNano != 0UL) hash ^= StartTimeUnixNano.GetHashCode(); 1240if (EndTimeUnixNano != 0UL) hash ^= EndTimeUnixNano.GetHashCode(); 1835if (TimeUnixNano != 0UL) hash ^= TimeUnixNano.GetHashCode();
Microsoft.AspNetCore.Grpc.JsonTranscoding.Tests (2)
artifacts\obj\Microsoft.AspNetCore.Grpc.JsonTranscoding.Tests\Release\net10.0\Proto\Transcoding.cs (2)
1878if (SingleUint64 != 0UL) hash ^= SingleUint64.GetHashCode(); 1882if (SingleFixed64 != 0UL) hash ^= SingleFixed64.GetHashCode();
Microsoft.AspNetCore.Grpc.Swagger.Tests (2)
artifacts\obj\Microsoft.AspNetCore.Grpc.Swagger.Tests\Release\net10.0\Proto\Messages.cs (2)
995if (SingleUint64 != 0UL) hash ^= SingleUint64.GetHashCode(); 999if (SingleFixed64 != 0UL) hash ^= SingleFixed64.GetHashCode();
Microsoft.CodeAnalysis (4)
Collections\BitVector.cs (2)
67int bitsHash = _bits0.GetHashCode(); 73bitsHash = Hash.Combine(_bits[i].GetHashCode(), bitsHash);
Emit\EmitOptions.cs (1)
308Hash.Combine(BaseAddress.GetHashCode(),
SwitchConstantValueHelper.cs (1)
149return constant.UInt64Value.GetHashCode();
Microsoft.CodeAnalysis.CodeStyle (2)
src\Compilers\Core\Portable\Collections\BitVector.cs (2)
67int bitsHash = _bits0.GetHashCode(); 73bitsHash = Hash.Combine(_bits[i].GetHashCode(), bitsHash);
Microsoft.CodeAnalysis.Workspaces (2)
src\Compilers\Core\Portable\Collections\BitVector.cs (2)
67int bitsHash = _bits0.GetHashCode(); 73bitsHash = Hash.Combine(_bits[i].GetHashCode(), bitsHash);
Microsoft.Maui.Controls (1)
SetterSpecificity.cs (1)
199 public override int GetHashCode() => _value.GetHashCode();
Microsoft.ML.DataView (1)
KeyDataViewType.cs (1)
165return Hashing.CombineHash(RawType.GetHashCode(), Count.GetHashCode());
Microsoft.ML.Tokenizers (2)
SentencepieceModel.cs (2)
1674if (HasDifferentialPrivacyClippingThreshold) hash ^= DifferentialPrivacyClippingThreshold.GetHashCode(); 1676if (HasInputSentenceSize) hash ^= InputSentenceSize.GetHashCode();
Sandbox (2)
artifacts\obj\Sandbox\Release\net10.0\Transcoding.cs (2)
1016if (SingleUint64 != 0UL) hash ^= SingleUint64.GetHashCode(); 1020if (SingleFixed64 != 0UL) hash ^= SingleFixed64.GetHashCode();
Stress.TelemetryService (18)
artifacts\obj\Stress.TelemetryService\Debug\net8.0\opentelemetry\proto\logs\v1\Logs.cs (2)
1195if (TimeUnixNano != 0UL) hash ^= TimeUnixNano.GetHashCode(); 1196if (ObservedTimeUnixNano != 0UL) hash ^= ObservedTimeUnixNano.GetHashCode();
artifacts\obj\Stress.TelemetryService\Debug\net8.0\opentelemetry\proto\metrics\v1\Metrics.cs (13)
3052if (StartTimeUnixNano != 0UL) hash ^= StartTimeUnixNano.GetHashCode(); 3053if (TimeUnixNano != 0UL) hash ^= TimeUnixNano.GetHashCode(); 3639if (StartTimeUnixNano != 0UL) hash ^= StartTimeUnixNano.GetHashCode(); 3640if (TimeUnixNano != 0UL) hash ^= TimeUnixNano.GetHashCode(); 3641if (Count != 0UL) hash ^= Count.GetHashCode(); 4353if (StartTimeUnixNano != 0UL) hash ^= StartTimeUnixNano.GetHashCode(); 4354if (TimeUnixNano != 0UL) hash ^= TimeUnixNano.GetHashCode(); 4355if (Count != 0UL) hash ^= Count.GetHashCode(); 4358if (ZeroCount != 0UL) hash ^= ZeroCount.GetHashCode(); 5228if (StartTimeUnixNano != 0UL) hash ^= StartTimeUnixNano.GetHashCode(); 5229if (TimeUnixNano != 0UL) hash ^= TimeUnixNano.GetHashCode(); 5230if (Count != 0UL) hash ^= Count.GetHashCode(); 5959if (TimeUnixNano != 0UL) hash ^= TimeUnixNano.GetHashCode();
artifacts\obj\Stress.TelemetryService\Debug\net8.0\opentelemetry\proto\trace\v1\Trace.cs (3)
1239if (StartTimeUnixNano != 0UL) hash ^= StartTimeUnixNano.GetHashCode(); 1240if (EndTimeUnixNano != 0UL) hash ^= EndTimeUnixNano.GetHashCode(); 1835if (TimeUnixNano != 0UL) hash ^= TimeUnixNano.GetHashCode();
System.Private.CoreLib (1)
src\libraries\System.Private.CoreLib\src\System\UIntPtr.cs (1)
93return value.GetHashCode();