Base:
method
GetHashCode
System.ValueType.GetHashCode()
3 references to GetHashCode
Microsoft.AspNetCore.App.Analyzers (1)
Infrastructure\VirtualChars\VirtualChar.cs (1)
129hashCode = hashCode * -1521134295 + SurrogateChar.GetHashCode();
Microsoft.AspNetCore.Components.Web (1)
Routing\NavLink.cs (1)
274return char.ToLowerInvariant(obj).GetHashCode();
System.Resources.Extensions (1)
System\Resources\Extensions\TypeNameComparer.cs (1)
129hashCode = HashHelpers.Combine(hashCode, typeName[i].GetHashCode());