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