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