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