2 references to s_cancelCts
System.ServiceModel.Http (2)
System\ServiceModel\Channels\HttpChannelFactory.cs (2)
1054
using (timeoutToken.Register(
s_cancelCts
, _httpSendCts))
1107
s_cancelCts
(_httpSendCts);