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)
178
Task<byte[]?>? pending =
_pendingDownload
;
189
Task<byte[]?>? pending =
_pendingDownload
;
230
pending =
_pendingDownload
;