Base:
method
GetHashCode
System.ValueType.GetHashCode()
5 references to GetHashCode
ILCompiler.Compiler (1)
Compiler\Logging\MessageOrigin.cs (1)
125public override int GetHashCode() => (FileName, MemberDefinition, SourceLine, SourceColumn, ILOffset).GetHashCode();
illink (2)
Microsoft.Maui (1)
Primitives\Font.cs (1)
112 public override int GetHashCode() => (Family, Size, Weight, Slant, AutoScalingEnabled).GetHashCode();
Microsoft.Maui.Essentials (1)
Types\DisplayInfo.shared.cs (1)
124 (Height, Width, Density, Orientation, Rotation).GetHashCode();