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