2 writes to m_AsyncThread
System (2)
net\System\Net\connectionpool.cs (2)
163
m_AsyncThread
= new Thread(new ThreadStart(AsyncThread));
208
m_AsyncThread
= null;
3 references to m_AsyncThread
System (3)
net\System\Net\connectionpool.cs (3)
162
if (
m_AsyncThread
== null) {
164
m_AsyncThread
.IsBackground = true;
165
m_AsyncThread
.Start();