2 writes to _pendingSendCts
System.Net.Mail (2)
System\Net\Mail\SmtpClient.cs (2)
93
_pendingSendCts
= new CancellationTokenSource();
631
CancellationTokenSource currentCts = Interlocked.Exchange(ref
_pendingSendCts
, new CancellationTokenSource());
4 references to _pendingSendCts
System.Net.Mail (4)
System\Net\Mail\SmtpClient.cs (4)
89
[MemberNotNull(nameof(
_pendingSendCts
))]
428
cts = CancellationTokenSource.CreateLinkedTokenSource(
_pendingSendCts
.Token, cancellationToken);
433
cancellationToken =
_pendingSendCts
.Token;
767
_pendingSendCts
.Cancel();