Base:
method
GetHashCode
System.ValueType.GetHashCode()
29 references to GetHashCode
ILLink.RoslynAnalyzer (2)
DataFlow\LocalStateLattice.cs (2)
28=> CaptureId is null ? SymbolEqualityComparer.Default.GetHashCode(Local) : CaptureId.GetHashCode(); 34return $"capture {CaptureId.GetHashCode()}";
Microsoft.AspNetCore.Grpc.JsonTranscoding.Tests (5)
artifacts\obj\Microsoft.AspNetCore.Grpc.JsonTranscoding.Tests\Release\net11.0\Proto\Transcoding.cs (5)
2796if (int32Value_ != null) hash ^= Int32Value.GetHashCode(); 2797if (int64Value_ != null) hash ^= Int64Value.GetHashCode(); 2800if (boolValue_ != null) hash ^= BoolValue.GetHashCode(); 2801if (uint32Value_ != null) hash ^= Uint32Value.GetHashCode(); 2802if (uint64Value_ != null) hash ^= Uint64Value.GetHashCode();
Microsoft.AspNetCore.Grpc.Swagger.Tests (6)
artifacts\obj\Microsoft.AspNetCore.Grpc.Swagger.Tests\Release\net11.0\Proto\Messages.cs (5)
1899if (int32Value_ != null) hash ^= Int32Value.GetHashCode(); 1900if (int64Value_ != null) hash ^= Int64Value.GetHashCode(); 1903if (boolValue_ != null) hash ^= BoolValue.GetHashCode(); 1904if (uint32Value_ != null) hash ^= Uint32Value.GetHashCode(); 1905if (uint64Value_ != null) hash ^= Uint64Value.GetHashCode();
artifacts\obj\Microsoft.AspNetCore.Grpc.Swagger.Tests\Release\net11.0\Proto\Parameters.cs (1)
1522if (int32Value_ != null) hash ^= Int32Value.GetHashCode();
Microsoft.CodeAnalysis (1)
Syntax\LineMapping.cs (1)
54=> Hash.Combine(Hash.Combine(Span.GetHashCode(), CharacterOffset.GetHashCode()), MappedSpan.GetHashCode());
Microsoft.CodeAnalysis.EditorFeatures (2)
Structure\StructureTag.cs (2)
74=> Hash.Combine(this.GuideLineHorizontalAnchorPoint.GetHashCode(), 81Hash.Combine(this.SubHeadings?.Count ?? 0, this.GuideLineSpan.GetHashCode()))))))));
Microsoft.CodeAnalysis.LanguageServer.Protocol (1)
Protocol\OptionalVersionedTextDocumentIdentifier.cs (1)
73return this.Version == null ? 89 : this.Version.GetHashCode()
Microsoft.Net.Http.Headers (5)
ContentRangeHeaderValue.cs (3)
162result = result ^ From.GetHashCode() ^ To.GetHashCode(); 167result = result ^ Length.GetHashCode();
SetCookieHeaderValue.cs (2)
750^ (Expires.HasValue ? Expires.GetHashCode() : 0) 751^ (MaxAge.HasValue ? MaxAge.GetHashCode() : 0)
Sandbox (5)
artifacts\obj\Sandbox\Release\net11.0\Transcoding.cs (5)
1920if (int32Value_ != null) hash ^= Int32Value.GetHashCode(); 1921if (int64Value_ != null) hash ^= Int64Value.GetHashCode(); 1924if (boolValue_ != null) hash ^= BoolValue.GetHashCode(); 1925if (uint32Value_ != null) hash ^= Uint32Value.GetHashCode(); 1926if (uint64Value_ != null) hash ^= Uint64Value.GetHashCode();
System.Data.Common (1)
System\Data\SQLTypes\SQLGuid.cs (1)
291public override int GetHashCode() => _value.GetHashCode();
System.Private.CoreLib (1)
src\libraries\System.Private.CoreLib\src\System\Collections\Generic\EqualityComparer.cs (1)
173obj.GetHashCode();