Base:
method
GetHashCode
System.ValueType.GetHashCode()
23 references to GetHashCode
ILLink.RoslynAnalyzer (2)
DataFlow\LocalStateLattice.cs (2)
29=> CaptureId is null ? SymbolEqualityComparer.Default.GetHashCode(Local) : CaptureId.GetHashCode(); 35return $"capture {CaptureId.GetHashCode()}";
Microsoft.CodeAnalysis (1)
Syntax\LineMapping.cs (1)
54=> Hash.Combine(Hash.Combine(Span.GetHashCode(), CharacterOffset.GetHashCode()), MappedSpan.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)
Microsoft.VisualStudio.TestPlatform.ObjectModel (1)
Nuget.Frameworks\HashCodeCombiner.cs (1)
66AddHashCode(o.GetHashCode());
NuGet.CommandLine.XPlat (1)
src\nuget-client\build\Shared\HashCodeCombiner.cs (1)
66AddHashCode(o.GetHashCode());
NuGet.Commands (1)
src\nuget-client\build\Shared\HashCodeCombiner.cs (1)
66AddHashCode(o.GetHashCode());
NuGet.Configuration (1)
src\nuget-client\build\Shared\HashCodeCombiner.cs (1)
66AddHashCode(o.GetHashCode());
NuGet.DependencyResolver.Core (1)
src\nuget-client\build\Shared\HashCodeCombiner.cs (1)
66AddHashCode(o.GetHashCode());
NuGet.Frameworks (1)
src\nuget-client\build\Shared\HashCodeCombiner.cs (1)
66AddHashCode(o.GetHashCode());
NuGet.LibraryModel (1)
src\nuget-client\build\Shared\HashCodeCombiner.cs (1)
66AddHashCode(o.GetHashCode());
NuGet.PackageManagement (1)
src\nuget-client\build\Shared\HashCodeCombiner.cs (1)
66AddHashCode(o.GetHashCode());
NuGet.Packaging (1)
src\nuget-client\build\Shared\HashCodeCombiner.cs (1)
66AddHashCode(o.GetHashCode());
NuGet.ProjectModel (1)
src\nuget-client\build\Shared\HashCodeCombiner.cs (1)
66AddHashCode(o.GetHashCode());
NuGet.Protocol (1)
src\nuget-client\build\Shared\HashCodeCombiner.cs (1)
66AddHashCode(o.GetHashCode());
NuGet.Resolver (1)
src\nuget-client\build\Shared\HashCodeCombiner.cs (1)
66AddHashCode(o.GetHashCode());
NuGet.Versioning (1)
src\nuget-client\build\Shared\HashCodeCombiner.cs (1)
66AddHashCode(o.GetHashCode());
System.Data.Common (1)
System\Data\SQLTypes\SQLGuid.cs (1)
291public override int GetHashCode() => _value.GetHashCode();
System.Private.CoreLib (1)
src\runtime\src\libraries\System.Private.CoreLib\src\System\Collections\Generic\EqualityComparer.cs (1)
196obj.GetHashCode();