Base:
method
GetHashCode
System.ValueType.GetHashCode()
5 references to GetHashCode
ILCompiler.MetadataTransform (2)
Internal\Metadata\NativeFormat\Writer\NativeFormatWriterGen.cs (2)
466hash = ((hash << 13) - (hash >> 19)) ^ Value[i].GetHashCode(); 530hash = ((hash << 13) - (hash >> 19)) ^ Value.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)
296return char.ToLowerInvariant(obj).GetHashCode();
System.Resources.Extensions (1)
System\Resources\Extensions\TypeNameComparer.cs (1)
129hashCode = HashHelpers.Combine(hashCode, typeName[i].GetHashCode());