Base:
method
GetHashCode
System.ValueType.GetHashCode()
5 references to GetHashCode
ILCompiler.Compiler (1)
Compiler\Logging\MessageOrigin.cs (1)
125
public override int GetHashCode() => (FileName, MemberDefinition, SourceLine, SourceColumn, ILOffset).
GetHashCode
();
illink (2)
Linker\MessageContainer.cs (1)
358
public override int GetHashCode() => (Category, Text, Code, SubCategory, Origin).
GetHashCode
();
Linker\MessageOrigin.cs (1)
129
public override int GetHashCode() => (FileName, Provider, SourceLine, SourceColumn, ILOffset).
GetHashCode
();
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
();