1 write to CommandLineArgs
System.Net (1)
net\PeerToPeer\Collaboration\PeerCollaboration.cs (1)
765
peerApplication.
CommandLineArgs
= pari.pwzApplicationArguments;
3 references to CommandLineArgs
System.Net (3)
net\PeerToPeer\Collaboration\Peer.cs (1)
316
if ((peerApplication.
CommandLineArgs
== arguments) &&
net\PeerToPeer\Collaboration\PeerApplication.cs (1)
537
Logging.P2PTraceSource.TraceEvent(TraceEventType.Information, 0, "\tCommandLineArgs: {0}",
CommandLineArgs
);
net\PeerToPeer\Collaboration\PeerCollaboration.cs (1)
499
appRegInfo.pwzApplicationArguments = application.
CommandLineArgs
;