Base:
method
GetHashCode
System.ValueType.GetHashCode()
46 references to GetHashCode
Aspire.Dashboard (15)
artifacts\obj\Aspire.Dashboard\Debug\net8.0\opentelemetry\proto\common\v1\Common.cs (1)
1429if (DroppedAttributesCount != 0) hash ^= DroppedAttributesCount.GetHashCode();
artifacts\obj\Aspire.Dashboard\Debug\net8.0\opentelemetry\proto\logs\v1\Logs.cs (2)
1236if (DroppedAttributesCount != 0) hash ^= DroppedAttributesCount.GetHashCode(); 1237if (Flags != 0) hash ^= Flags.GetHashCode();
artifacts\obj\Aspire.Dashboard\Debug\net8.0\opentelemetry\proto\metrics\v1\Metrics.cs (4)
3146if (Flags != 0) hash ^= Flags.GetHashCode(); 3741if (Flags != 0) hash ^= Flags.GetHashCode(); 4457if (Flags != 0) hash ^= Flags.GetHashCode(); 5331if (Flags != 0) hash ^= Flags.GetHashCode();
artifacts\obj\Aspire.Dashboard\Debug\net8.0\opentelemetry\proto\resource\v1\Resource.cs (1)
174if (DroppedAttributesCount != 0) hash ^= DroppedAttributesCount.GetHashCode();
artifacts\obj\Aspire.Dashboard\Debug\net8.0\opentelemetry\proto\trace\v1\Trace.cs (7)
1324if (Flags != 0) hash ^= Flags.GetHashCode(); 1330if (DroppedAttributesCount != 0) hash ^= DroppedAttributesCount.GetHashCode(); 1332if (DroppedEventsCount != 0) hash ^= DroppedEventsCount.GetHashCode(); 1334if (DroppedLinksCount != 0) hash ^= DroppedLinksCount.GetHashCode(); 1949if (DroppedAttributesCount != 0) hash ^= DroppedAttributesCount.GetHashCode(); 2321if (DroppedAttributesCount != 0) hash ^= DroppedAttributesCount.GetHashCode(); 2322if (Flags != 0) hash ^= Flags.GetHashCode();
ILCompiler.MetadataTransform (3)
Internal\Metadata\NativeFormat\Writer\NativeFormatWriterGen.cs (3)
1893hash = ((hash << 13) - (hash >> 19)) ^ Value[i].GetHashCode(); 1957hash = ((hash << 13) - (hash >> 19)) ^ Value.GetHashCode(); 2389hash = ((hash << 13) - (hash >> 19)) ^ Offset.GetHashCode();
Microsoft.CodeAnalysis.AnalyzerUtilities (2)
src\roslyn\src\RoslynAnalyzers\Utilities\FlowAnalysis\FlowAnalysis\Framework\DataFlow\InterproceduralAnalysisConfiguration.cs (2)
140MaxInterproceduralMethodCallChain.GetHashCode(), 141MaxInterproceduralLambdaOrLocalFunctionCallChain.GetHashCode());
Microsoft.CodeAnalysis.CSharp (1)
CSharpCompilationOptions.cs (1)
792Hash.Combine(((uint)TopLevelBinderFlags).GetHashCode(), ((int)this.NullableContextOptions).GetHashCode())))));
Microsoft.Private.Windows.Core (2)
_generated\178\Windows.Win32.OLE_HANDLE.g.cs (1)
43 public override int GetHashCode() => this.Value.GetHashCode();
_generated\41\Windows.Win32.COLORREF.g.cs (1)
48 public override int GetHashCode() => this.Value.GetHashCode();
PresentationFramework (3)
MS\Internal\WindowsRuntime\Generated\Windows.Data.Text.cs (2)
158public override int GetHashCode() => StartPosition.GetHashCode() ^ Length.GetHashCode();
System\Windows\Standard\ErrorCodes.cs (1)
359return _value.GetHashCode();
Stress.TelemetryService (13)
artifacts\obj\Stress.TelemetryService\Debug\net8.0\opentelemetry\proto\common\v1\Common.cs (1)
1407if (DroppedAttributesCount != 0) hash ^= DroppedAttributesCount.GetHashCode();
artifacts\obj\Stress.TelemetryService\Debug\net8.0\opentelemetry\proto\logs\v1\Logs.cs (2)
1201if (DroppedAttributesCount != 0) hash ^= DroppedAttributesCount.GetHashCode(); 1202if (Flags != 0) hash ^= Flags.GetHashCode();
artifacts\obj\Stress.TelemetryService\Debug\net8.0\opentelemetry\proto\metrics\v1\Metrics.cs (4)
3057if (Flags != 0) hash ^= Flags.GetHashCode(); 3646if (Flags != 0) hash ^= Flags.GetHashCode(); 4361if (Flags != 0) hash ^= Flags.GetHashCode(); 5233if (Flags != 0) hash ^= Flags.GetHashCode();
artifacts\obj\Stress.TelemetryService\Debug\net8.0\opentelemetry\proto\resource\v1\Resource.cs (1)
152if (DroppedAttributesCount != 0) hash ^= DroppedAttributesCount.GetHashCode();
artifacts\obj\Stress.TelemetryService\Debug\net8.0\opentelemetry\proto\trace\v1\Trace.cs (5)
1242if (DroppedAttributesCount != 0) hash ^= DroppedAttributesCount.GetHashCode(); 1244if (DroppedEventsCount != 0) hash ^= DroppedEventsCount.GetHashCode(); 1246if (DroppedLinksCount != 0) hash ^= DroppedLinksCount.GetHashCode(); 1838if (DroppedAttributesCount != 0) hash ^= DroppedAttributesCount.GetHashCode(); 2176if (DroppedAttributesCount != 0) hash ^= DroppedAttributesCount.GetHashCode();
System.Collections.Specialized (1)
System\Collections\Specialized\BitVector32.cs (1)
158public override int GetHashCode() => _data.GetHashCode();
System.Private.CoreLib (1)
src\runtime\src\libraries\System.Private.CoreLib\src\System\Enum.cs (1)
1265CorElementType.ELEMENT_TYPE_U4 => Unsafe.As<byte, uint>(ref data).GetHashCode(),
System.Private.Windows.Core (2)
_generated\181\Windows.Win32.OLE_HANDLE.g.cs (1)
43 public override int GetHashCode() => this.Value.GetHashCode();
_generated\41\Windows.Win32.COLORREF.g.cs (1)
48 public override int GetHashCode() => this.Value.GetHashCode();
System.Reflection.Metadata (1)
System\Reflection\Metadata\TypeSystem\Handles.TypeSystem.cs (1)
1708return _value.GetHashCode();
System.Text.RegularExpressions (1)
System\Text\RegularExpressions\Symbolic\SymbolicRegexInfo.cs (1)
167public override int GetHashCode() => _info.GetHashCode();
System.Windows.Forms.Primitives (1)
Windows\Win32\PInvoke.LCID.cs (1)
18public override readonly int GetHashCode() => RawValue.GetHashCode();