Base:
method
GetHashCode
System.Object.GetHashCode()
6 references to GetHashCode
System.IdentityModel (3)
System\IdentityModel\Tokens\SessionSecurityTokenCacheKey.cs (3)
174
return this.contextId.
GetHashCode
();
178
return this.contextId.
GetHashCode
() ^ this.keyGeneration.
GetHashCode
();
System.ServiceModel (3)
System\ServiceModel\Channels\RequestReplyCorrelator.cs (1)
263
return MessageId.
GetHashCode
() ^ StateType.GetHashCode();
System\ServiceModel\Security\SecurityContextTokenCache.cs (2)
313
return this.contextId.
GetHashCode
() ^ this.generation.
GetHashCode
();