2 writes to _pendingDownload
System.Net.Security (2)
System\Net\Security\SslStreamCertificateContext.Linux.cs (2)
301_pendingDownload = completionSource.Task; 373_pendingDownload = null;
3 references to _pendingDownload
System.Net.Security (3)
System\Net\Security\SslStreamCertificateContext.Linux.cs (3)
202Task<byte[]?>? pending = _pendingDownload; 213Task<byte[]?>? pending = _pendingDownload; 254pending = _pendingDownload;