2 writes to m_LastModified
System (2)
net\System\Net\_FtpControlStream.cs (2)
228m_LastModified = DateTime.MinValue; 422m_LastModified = GetLastModifiedFrom213Response(response.StatusDescription);
2 references to m_LastModified
System (2)
net\System\Net\_FtpControlStream.cs (2)
850return m_LastModified; 901DateTime dateTime = m_LastModified;