Base:
method
GetHashCode
System.ValueType.GetHashCode()
4 references to GetHashCode
Microsoft.CodeAnalysis (1)
ConstantValueSpecialized.cs (1)
777
return Hash.Combine(base.GetHashCode(), _value.
GetHashCode
());
System.Data.Common (1)
System\Data\SQLTypes\SQLInt16.cs (1)
487
public override int GetHashCode() => IsNull ? 0 : Value.
GetHashCode
();
System.Drawing.Primitives (2)
System\Drawing\Color.cs (2)
601
return HashCode.Combine(value.GetHashCode(), state.
GetHashCode
(), knownColor.
GetHashCode
());