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)
202
Task<byte[]?>? pending =
_pendingDownload
;
213
Task<byte[]?>? pending =
_pendingDownload
;
254
pending =
_pendingDownload
;