1 write to _thumbPrint
System.Net.Security (1)
System\Net\Security\SslSessionsCache.cs (1)
47_thumbPrint = thumbPrint ?? Array.Empty<byte>();
7 references to _thumbPrint
System.Net.Security (7)
System\Net\Security\SslSessionsCache.cs (7)
59if (_thumbPrint.Length > 3) 61hashCode ^= _thumbPrint[0] | (_thumbPrint[1] << 8) | (_thumbPrint[2] << 16) | (_thumbPrint[3] << 24); 78byte[] thumbPrint = _thumbPrint; 79byte[] otherThumbPrint = other._thumbPrint;