2 writes to _pendingDownload
System.Net.Security (2)
System\Net\Security\SslStreamCertificateContext.Linux.cs (2)
291_pendingDownload = completionSource.Task; 363_pendingDownload = null;
3 references to _pendingDownload
System.Net.Security (3)
System\Net\Security\SslStreamCertificateContext.Linux.cs (3)
192Task<byte[]?>? pending = _pendingDownload; 203Task<byte[]?>? pending = _pendingDownload; 244pending = _pendingDownload;