2 writes to _pendingDownload
System.Net.Security (2)
System\Net\Security\SslStreamCertificateContext.Linux.cs (2)
277_pendingDownload = completionSource.Task; 349_pendingDownload = null;
3 references to _pendingDownload
System.Net.Security (3)
System\Net\Security\SslStreamCertificateContext.Linux.cs (3)
178Task<byte[]?>? pending = _pendingDownload; 189Task<byte[]?>? pending = _pendingDownload; 230pending = _pendingDownload;