4 references to s_OnCancel
System (4)
net\System\Net\WebSockets\WebSocketConnectionStream.cs (4)
114cancellationTokenRegistration = linkedCancellationToken.Register(s_OnCancel, this, false); 212cancellationTokenRegistration = cancellationToken.Register(s_OnCancel, this, false); 258cancellationTokenRegistration = cancellationToken.Register(s_OnCancel, this, false); 327cancellationTokenRegistration = cancellationToken.Register(s_OnCancel, this, false);