7 writes to _HashCode
System (7)
net\System\Net\_SslSessionsCache.cs (7)
50
_HashCode
= 0;
53
_HashCode
^= _CertThumbPrint[0];
55
_HashCode
^= (_CertThumbPrint[1] << 8);
57
_HashCode
^= (_CertThumbPrint[2] << 16);
59
_HashCode
^= (_CertThumbPrint[3] << 24);
61
_HashCode
^= (int)allowedProtocols;
62
_HashCode
^= (int)encryptionPolicy;
3 references to _HashCode
System (3)
net\System\Net\_SslSessionsCache.cs (3)
69
return
_HashCode
;
103
if (
_HashCode
!= she.
_HashCode
)