1 write to _CertThumbPrint
System (1)
net\System\Net\_SslSessionsCache.cs (1)
49_CertThumbPrint = thumbPrint == null? s_EmptyArray: thumbPrint;
12 references to _CertThumbPrint
System (12)
net\System\Net\_SslSessionsCache.cs (12)
53_HashCode ^= _CertThumbPrint[0]; 54if (1 < _CertThumbPrint.Length) 55_HashCode ^= (_CertThumbPrint[1] << 8); 56if (2 < _CertThumbPrint.Length) 57_HashCode ^= (_CertThumbPrint[2] << 16); 58if (3 < _CertThumbPrint.Length) 59_HashCode ^= (_CertThumbPrint[3] << 24); 100if (_CertThumbPrint.Length != she._CertThumbPrint.Length) 112for (int i = 0; i < _CertThumbPrint.Length; ++i) 113if (_CertThumbPrint[i] != she._CertThumbPrint[i])