Base:
method
GetHashCode
System.ValueType.GetHashCode()
44 references to GetHashCode
Aspire.Dashboard (13)
artifacts\obj\Aspire.Dashboard\Debug\net8.0\opentelemetry\proto\common\v1\Common.cs (1)
1407
if (DroppedAttributesCount != 0) hash ^= DroppedAttributesCount.
GetHashCode
();
artifacts\obj\Aspire.Dashboard\Debug\net8.0\opentelemetry\proto\logs\v1\Logs.cs (2)
1201
if (DroppedAttributesCount != 0) hash ^= DroppedAttributesCount.
GetHashCode
();
1202
if (Flags != 0) hash ^= Flags.
GetHashCode
();
artifacts\obj\Aspire.Dashboard\Debug\net8.0\opentelemetry\proto\metrics\v1\Metrics.cs (4)
3057
if (Flags != 0) hash ^= Flags.
GetHashCode
();
3646
if (Flags != 0) hash ^= Flags.
GetHashCode
();
4361
if (Flags != 0) hash ^= Flags.
GetHashCode
();
5233
if (Flags != 0) hash ^= Flags.
GetHashCode
();
artifacts\obj\Aspire.Dashboard\Debug\net8.0\opentelemetry\proto\resource\v1\Resource.cs (1)
152
if (DroppedAttributesCount != 0) hash ^= DroppedAttributesCount.
GetHashCode
();
artifacts\obj\Aspire.Dashboard\Debug\net8.0\opentelemetry\proto\trace\v1\Trace.cs (5)
1242
if (DroppedAttributesCount != 0) hash ^= DroppedAttributesCount.
GetHashCode
();
1244
if (DroppedEventsCount != 0) hash ^= DroppedEventsCount.
GetHashCode
();
1246
if (DroppedLinksCount != 0) hash ^= DroppedLinksCount.
GetHashCode
();
1838
if (DroppedAttributesCount != 0) hash ^= DroppedAttributesCount.
GetHashCode
();
2176
if (DroppedAttributesCount != 0) hash ^= DroppedAttributesCount.
GetHashCode
();
Microsoft.AspNetCore.Grpc.JsonTranscoding.Tests (2)
artifacts\obj\Microsoft.AspNetCore.Grpc.JsonTranscoding.Tests\Release\net10.0\Proto\Transcoding.cs (2)
1877
if (SingleUint32 != 0) hash ^= SingleUint32.
GetHashCode
();
1881
if (SingleFixed32 != 0) hash ^= SingleFixed32.
GetHashCode
();
Microsoft.AspNetCore.Grpc.Swagger.Tests (2)
artifacts\obj\Microsoft.AspNetCore.Grpc.Swagger.Tests\Release\net10.0\Proto\Messages.cs (2)
994
if (SingleUint32 != 0) hash ^= SingleUint32.
GetHashCode
();
998
if (SingleFixed32 != 0) hash ^= SingleFixed32.
GetHashCode
();
Microsoft.CodeAnalysis.AnalyzerUtilities (2)
src\RoslynAnalyzers\Utilities\FlowAnalysis\FlowAnalysis\Framework\DataFlow\InterproceduralAnalysisConfiguration.cs (2)
140
MaxInterproceduralMethodCallChain.
GetHashCode
(),
141
MaxInterproceduralLambdaOrLocalFunctionCallChain.
GetHashCode
());
Microsoft.CodeAnalysis.CSharp (1)
CSharpCompilationOptions.cs (1)
758
Hash.Combine(((uint)TopLevelBinderFlags).
GetHashCode
(), ((int)this.NullableContextOptions).GetHashCode()))));
Microsoft.CodeAnalysis.ExpressionEvaluator.ExpressionCompiler (2)
ILSpan.cs (2)
30
public override int GetHashCode() => Hash.Combine(StartOffset.
GetHashCode
(), EndOffsetExclusive.
GetHashCode
());
PresentationFramework (3)
MS\Internal\WindowsRuntime\Generated\Windows.Data.Text.cs (2)
158
public override int GetHashCode() => StartPosition.
GetHashCode
() ^ Length.
GetHashCode
();
System\Windows\Standard\ErrorCodes.cs (1)
359
return _value.
GetHashCode
();
Sandbox (2)
artifacts\obj\Sandbox\Release\net10.0\Transcoding.cs (2)
1015
if (SingleUint32 != 0) hash ^= SingleUint32.
GetHashCode
();
1019
if (SingleFixed32 != 0) hash ^= SingleFixed32.
GetHashCode
();
Stress.TelemetryService (13)
artifacts\obj\Stress.TelemetryService\Debug\net8.0\opentelemetry\proto\common\v1\Common.cs (1)
1407
if (DroppedAttributesCount != 0) hash ^= DroppedAttributesCount.
GetHashCode
();
artifacts\obj\Stress.TelemetryService\Debug\net8.0\opentelemetry\proto\logs\v1\Logs.cs (2)
1201
if (DroppedAttributesCount != 0) hash ^= DroppedAttributesCount.
GetHashCode
();
1202
if (Flags != 0) hash ^= Flags.
GetHashCode
();
artifacts\obj\Stress.TelemetryService\Debug\net8.0\opentelemetry\proto\metrics\v1\Metrics.cs (4)
3057
if (Flags != 0) hash ^= Flags.
GetHashCode
();
3646
if (Flags != 0) hash ^= Flags.
GetHashCode
();
4361
if (Flags != 0) hash ^= Flags.
GetHashCode
();
5233
if (Flags != 0) hash ^= Flags.
GetHashCode
();
artifacts\obj\Stress.TelemetryService\Debug\net8.0\opentelemetry\proto\resource\v1\Resource.cs (1)
152
if (DroppedAttributesCount != 0) hash ^= DroppedAttributesCount.
GetHashCode
();
artifacts\obj\Stress.TelemetryService\Debug\net8.0\opentelemetry\proto\trace\v1\Trace.cs (5)
1242
if (DroppedAttributesCount != 0) hash ^= DroppedAttributesCount.
GetHashCode
();
1244
if (DroppedEventsCount != 0) hash ^= DroppedEventsCount.
GetHashCode
();
1246
if (DroppedLinksCount != 0) hash ^= DroppedLinksCount.
GetHashCode
();
1838
if (DroppedAttributesCount != 0) hash ^= DroppedAttributesCount.
GetHashCode
();
2176
if (DroppedAttributesCount != 0) hash ^= DroppedAttributesCount.
GetHashCode
();
System.Collections.Specialized (1)
System\Collections\Specialized\BitVector32.cs (1)
158
public override int GetHashCode() => _data.
GetHashCode
();
System.Reflection.Metadata (1)
System\Reflection\Metadata\TypeSystem\Handles.TypeSystem.cs (1)
1708
return _value.
GetHashCode
();
System.Text.RegularExpressions (1)
System\Text\RegularExpressions\Symbolic\SymbolicRegexInfo.cs (1)
167
public override int GetHashCode() => _info.
GetHashCode
();
System.Windows.Forms.Primitives (1)
Windows\Win32\PInvoke.LCID.cs (1)
18
public override readonly int GetHashCode() => RawValue.
GetHashCode
();