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