1 write to m_KeepAliveOperation
System (1)
net\System\Net\WebSockets\WebSocketBase.cs (1)
1147
m_KeepAliveOperation
= keepAliveOperation;
3 references to m_KeepAliveOperation
System (3)
net\System\Net\WebSockets\WebSocketBase.cs (3)
1139
if (
m_KeepAliveOperation
== null)
1143
if (
m_KeepAliveOperation
== null)
1565
thisPtr.m_KeepAliveTask = thisPtr.
m_KeepAliveOperation
.Process(null, linkedCancellationToken);