2 writes to _pendingDownload
System.Net.Security (2)
System\Net\Security\SslStreamCertificateContext.Linux.cs (2)
275_pendingDownload = completionSource.Task; 347_pendingDownload = null;
3 references to _pendingDownload
System.Net.Security (3)
System\Net\Security\SslStreamCertificateContext.Linux.cs (3)
176Task<byte[]?>? pending = _pendingDownload; 187Task<byte[]?>? pending = _pendingDownload; 228pending = _pendingDownload;