Base:
method
GetHashCode
System.ValueType.GetHashCode()
8 references to GetHashCode
mscorlib (2)
system\datetimeoffset.cs (1)
585return UtcDateTime.GetHashCode();
system\timezoneinfo.cs (1)
3081return m_dateStart.GetHashCode();
System.Data (1)
fx\src\data\System\Data\SQLTypes\SQLDateTime.cs (1)
614return IsNull ? 0 : Value.GetHashCode();
System.IdentityModel (1)
System\IdentityModel\Tokens\SamlAuthenticationClaimResource.cs (1)
197return (this.authenticationInstant.GetHashCode() ^ this.authenticationMethod.GetHashCode());
System.Web (4)
Configuration\FileDetails.cs (2)
50_utcCreationTime.GetHashCode(), _utcLastWriteTime.GetHashCode());
Util\HashCodeCombiner.cs (2)
111Debug.Trace("HashCodeCombiner", "Hashcode: " + dt.GetHashCode().ToString("x", CultureInfo.InvariantCulture)); 112AddInt(dt.GetHashCode());