3 writes to m_commandLineArgs
System.Net (3)
net\PeerToPeer\Collaboration\PeerApplication.cs (3)
63m_commandLineArgs = commandLineArgs; 77m_commandLineArgs = serializationInfo.GetString("_CommandLineArgs"); 145m_commandLineArgs = value;
2 references to m_commandLineArgs
System.Net (2)
net\PeerToPeer\Collaboration\PeerApplication.cs (2)
141return m_commandLineArgs; 524info.AddValue("_CommandLineArgs", m_commandLineArgs);