Base:
method
GetHashCode
System.ValueType.GetHashCode()
84 references to GetHashCode
Aspire.Dashboard (18)
artifacts\obj\Aspire.Dashboard\Debug\net8.0\opentelemetry\proto\logs\v1\Logs.cs (2)
1230
if (TimeUnixNano != 0UL) hash ^= TimeUnixNano.
GetHashCode
();
1231
if (ObservedTimeUnixNano != 0UL) hash ^= ObservedTimeUnixNano.
GetHashCode
();
artifacts\obj\Aspire.Dashboard\Debug\net8.0\opentelemetry\proto\metrics\v1\Metrics.cs (13)
3141
if (StartTimeUnixNano != 0UL) hash ^= StartTimeUnixNano.
GetHashCode
();
3142
if (TimeUnixNano != 0UL) hash ^= TimeUnixNano.
GetHashCode
();
3734
if (StartTimeUnixNano != 0UL) hash ^= StartTimeUnixNano.
GetHashCode
();
3735
if (TimeUnixNano != 0UL) hash ^= TimeUnixNano.
GetHashCode
();
3736
if (Count != 0UL) hash ^= Count.
GetHashCode
();
4449
if (StartTimeUnixNano != 0UL) hash ^= StartTimeUnixNano.
GetHashCode
();
4450
if (TimeUnixNano != 0UL) hash ^= TimeUnixNano.
GetHashCode
();
4451
if (Count != 0UL) hash ^= Count.
GetHashCode
();
4454
if (ZeroCount != 0UL) hash ^= ZeroCount.
GetHashCode
();
5326
if (StartTimeUnixNano != 0UL) hash ^= StartTimeUnixNano.
GetHashCode
();
5327
if (TimeUnixNano != 0UL) hash ^= TimeUnixNano.
GetHashCode
();
5328
if (Count != 0UL) hash ^= Count.
GetHashCode
();
6057
if (TimeUnixNano != 0UL) hash ^= TimeUnixNano.
GetHashCode
();
artifacts\obj\Aspire.Dashboard\Debug\net8.0\opentelemetry\proto\trace\v1\Trace.cs (3)
1327
if (StartTimeUnixNano != 0UL) hash ^= StartTimeUnixNano.
GetHashCode
();
1328
if (EndTimeUnixNano != 0UL) hash ^= EndTimeUnixNano.
GetHashCode
();
1946
if (TimeUnixNano != 0UL) hash ^= TimeUnixNano.
GetHashCode
();
GenerateDocumentationAndConfigFiles (2)
src\roslyn\src\Compilers\Core\Portable\Collections\BitVector.cs (2)
67
int bitsHash = _bits0.
GetHashCode
();
73
bitsHash = Hash.Combine(_bits[i].
GetHashCode
(), bitsHash);
ILCompiler.MetadataTransform (2)
Internal\Metadata\NativeFormat\Writer\NativeFormatWriterGen.cs (2)
2022
hash = ((hash << 13) - (hash >> 19)) ^ Value[i].
GetHashCode
();
2086
hash = ((hash << 13) - (hash >> 19)) ^ Value.
GetHashCode
();
Microsoft.CodeAnalysis (4)
Collections\BitVector.cs (2)
67
int bitsHash = _bits0.
GetHashCode
();
73
bitsHash = Hash.Combine(_bits[i].
GetHashCode
(), bitsHash);
Emit\EmitOptions.cs (1)
308
Hash.Combine(BaseAddress.
GetHashCode
(),
SwitchConstantValueHelper.cs (1)
149
return constant.UInt64Value.
GetHashCode
();
Microsoft.CodeAnalysis.Analyzers (2)
src\roslyn\src\Compilers\Core\Portable\Collections\BitVector.cs (2)
67
int bitsHash = _bits0.
GetHashCode
();
73
bitsHash = Hash.Combine(_bits[i].
GetHashCode
(), bitsHash);
Microsoft.CodeAnalysis.AnalyzerUtilities (2)
src\roslyn\src\Compilers\Core\Portable\Collections\BitVector.cs (2)
67
int bitsHash = _bits0.
GetHashCode
();
73
bitsHash = Hash.Combine(_bits[i].
GetHashCode
(), bitsHash);
Microsoft.CodeAnalysis.CodeStyle (2)
src\roslyn\src\Compilers\Core\Portable\Collections\BitVector.cs (2)
67
int bitsHash = _bits0.
GetHashCode
();
73
bitsHash = Hash.Combine(_bits[i].
GetHashCode
(), bitsHash);
Microsoft.CodeAnalysis.ResxSourceGenerator (2)
src\roslyn\src\Compilers\Core\Portable\Collections\BitVector.cs (2)
67
int bitsHash = _bits0.
GetHashCode
();
73
bitsHash = Hash.Combine(_bits[i].
GetHashCode
(), bitsHash);
Microsoft.CodeAnalysis.Workspaces (2)
src\roslyn\src\Compilers\Core\Portable\Collections\BitVector.cs (2)
67
int bitsHash = _bits0.
GetHashCode
();
73
bitsHash = Hash.Combine(_bits[i].
GetHashCode
(), bitsHash);
Microsoft.Diagnostics.DataContractReader.Abstractions (4)
TargetCodePointer.cs (2)
22
public override int GetHashCode() => Value.
GetHashCode
();
25
public int GetHashCode(TargetCodePointer obj) => obj.Value.
GetHashCode
();
TargetNUInt.cs (1)
21
public override int GetHashCode() => Value.
GetHashCode
();
TargetPointer.cs (1)
28
public override int GetHashCode() => Value.
GetHashCode
();
Microsoft.Diagnostics.DataContractReader.Legacy (1)
Marshalling\ClrDataAddress.cs (1)
26
public override readonly int GetHashCode() => Value.
GetHashCode
();
Microsoft.Maui.Controls (1)
SetterSpecificity.cs (1)
199
public override int GetHashCode() => _value.
GetHashCode
();
Microsoft.ML.DataView (1)
KeyDataViewType.cs (1)
165
return Hashing.CombineHash(RawType.GetHashCode(), Count.
GetHashCode
());
Roslyn.Diagnostics.Analyzers (2)
src\roslyn\src\Compilers\Core\Portable\Collections\BitVector.cs (2)
67
int bitsHash = _bits0.
GetHashCode
();
73
bitsHash = Hash.Combine(_bits[i].
GetHashCode
(), bitsHash);
Stress.ApiService (18)
artifacts\obj\Stress.ApiService\Debug\net8.0\opentelemetry\proto\logs\v1\Logs.cs (2)
1195
if (TimeUnixNano != 0UL) hash ^= TimeUnixNano.
GetHashCode
();
1196
if (ObservedTimeUnixNano != 0UL) hash ^= ObservedTimeUnixNano.
GetHashCode
();
artifacts\obj\Stress.ApiService\Debug\net8.0\opentelemetry\proto\metrics\v1\Metrics.cs (13)
3052
if (StartTimeUnixNano != 0UL) hash ^= StartTimeUnixNano.
GetHashCode
();
3053
if (TimeUnixNano != 0UL) hash ^= TimeUnixNano.
GetHashCode
();
3639
if (StartTimeUnixNano != 0UL) hash ^= StartTimeUnixNano.
GetHashCode
();
3640
if (TimeUnixNano != 0UL) hash ^= TimeUnixNano.
GetHashCode
();
3641
if (Count != 0UL) hash ^= Count.
GetHashCode
();
4353
if (StartTimeUnixNano != 0UL) hash ^= StartTimeUnixNano.
GetHashCode
();
4354
if (TimeUnixNano != 0UL) hash ^= TimeUnixNano.
GetHashCode
();
4355
if (Count != 0UL) hash ^= Count.
GetHashCode
();
4358
if (ZeroCount != 0UL) hash ^= ZeroCount.
GetHashCode
();
5228
if (StartTimeUnixNano != 0UL) hash ^= StartTimeUnixNano.
GetHashCode
();
5229
if (TimeUnixNano != 0UL) hash ^= TimeUnixNano.
GetHashCode
();
5230
if (Count != 0UL) hash ^= Count.
GetHashCode
();
5959
if (TimeUnixNano != 0UL) hash ^= TimeUnixNano.
GetHashCode
();
artifacts\obj\Stress.ApiService\Debug\net8.0\opentelemetry\proto\trace\v1\Trace.cs (3)
1239
if (StartTimeUnixNano != 0UL) hash ^= StartTimeUnixNano.
GetHashCode
();
1240
if (EndTimeUnixNano != 0UL) hash ^= EndTimeUnixNano.
GetHashCode
();
1835
if (TimeUnixNano != 0UL) hash ^= TimeUnixNano.
GetHashCode
();
Stress.TelemetryService (18)
artifacts\obj\Stress.TelemetryService\Debug\net8.0\opentelemetry\proto\logs\v1\Logs.cs (2)
1195
if (TimeUnixNano != 0UL) hash ^= TimeUnixNano.
GetHashCode
();
1196
if (ObservedTimeUnixNano != 0UL) hash ^= ObservedTimeUnixNano.
GetHashCode
();
artifacts\obj\Stress.TelemetryService\Debug\net8.0\opentelemetry\proto\metrics\v1\Metrics.cs (13)
3052
if (StartTimeUnixNano != 0UL) hash ^= StartTimeUnixNano.
GetHashCode
();
3053
if (TimeUnixNano != 0UL) hash ^= TimeUnixNano.
GetHashCode
();
3639
if (StartTimeUnixNano != 0UL) hash ^= StartTimeUnixNano.
GetHashCode
();
3640
if (TimeUnixNano != 0UL) hash ^= TimeUnixNano.
GetHashCode
();
3641
if (Count != 0UL) hash ^= Count.
GetHashCode
();
4353
if (StartTimeUnixNano != 0UL) hash ^= StartTimeUnixNano.
GetHashCode
();
4354
if (TimeUnixNano != 0UL) hash ^= TimeUnixNano.
GetHashCode
();
4355
if (Count != 0UL) hash ^= Count.
GetHashCode
();
4358
if (ZeroCount != 0UL) hash ^= ZeroCount.
GetHashCode
();
5228
if (StartTimeUnixNano != 0UL) hash ^= StartTimeUnixNano.
GetHashCode
();
5229
if (TimeUnixNano != 0UL) hash ^= TimeUnixNano.
GetHashCode
();
5230
if (Count != 0UL) hash ^= Count.
GetHashCode
();
5959
if (TimeUnixNano != 0UL) hash ^= TimeUnixNano.
GetHashCode
();
artifacts\obj\Stress.TelemetryService\Debug\net8.0\opentelemetry\proto\trace\v1\Trace.cs (3)
1239
if (StartTimeUnixNano != 0UL) hash ^= StartTimeUnixNano.
GetHashCode
();
1240
if (EndTimeUnixNano != 0UL) hash ^= EndTimeUnixNano.
GetHashCode
();
1835
if (TimeUnixNano != 0UL) hash ^= TimeUnixNano.
GetHashCode
();
System.Private.CoreLib (2)
src\runtime\src\libraries\System.Private.CoreLib\src\System\Enum.cs (1)
1267
CorElementType.ELEMENT_TYPE_U8 => Unsafe.As<byte, ulong>(ref data).
GetHashCode
(),
src\runtime\src\libraries\System.Private.CoreLib\src\System\UIntPtr.cs (1)
94
return value.
GetHashCode
();
System.Text.Json (1)
System\Text\Json\Serialization\Metadata\PropertyRef.cs (1)
39
public override int GetHashCode() => Key.
GetHashCode
();