2 writes to _pendingDownload
System.Net.Security (2)
System\Net\Security\SslStreamCertificateContext.Linux.cs (2)
291
_pendingDownload
= completionSource.Task;
363
_pendingDownload
= null;
3 references to _pendingDownload
System.Net.Security (3)
System\Net\Security\SslStreamCertificateContext.Linux.cs (3)
192
Task<byte[]?>? pending =
_pendingDownload
;
203
Task<byte[]?>? pending =
_pendingDownload
;
244
pending =
_pendingDownload
;