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