1 write to m_Async
System (1)
net\System\Net\FtpWebRequest.cs (1)
1064m_Async = async;
6 references to m_Async
System (6)
net\System\Net\FtpWebRequest.cs (6)
1150FtpControlStream connection = (FtpControlStream) m_ConnectionPool.GetConnection((object)this, (m_Async ? m_AsyncCallback : null), (m_Async ? -1: RemainingTimeout)); 1154GlobalLog.Assert(m_Async, "QueueOrCreateConnection|m_ConnectionPool.GetConnection() returned null on a Sync Request."); 1347if (m_Async) 1624if (m_Async) 2207if (!m_Async)