1 write to m_FilePath
System (1)
net\System\Net\Sockets\Socket.cs (1)
8531m_FilePath = filePath;
7 references to m_FilePath
System (7)
net\System\Net\Sockets\Socket.cs (7)
8543get { return m_FilePath; } 9282if(spe.m_FilePath != null) { 9301if(spe != null && spe.m_FilePath != null) { 9306new FileStream(spe.m_FilePath,FileMode.Open,FileAccess.Read,FileShare.Read); 9659} else if (spe.m_FilePath != null) { 9700} else if(spe.m_FilePath != null) { 9702Logging.PrintInfo(Logging.Sockets, m_CurrentSocket, "FinishOperation(" + m_CompletedOperation + "Async)", SR.GetString(SR.net_log_socket_not_logged_file, spe.m_FilePath));