4 references to GetCommandLineArgs
PresentationFramework (1)
src\Framework\System\Windows\StartupEventArgs.cs (1)
72string[] args = Environment.GetCommandLineArgs();
System (1)
compmod\system\diagnostics\TraceInternal.cs (1)
62appName = Path.GetFileName(Environment.GetCommandLineArgs()[0]);
System.Net (1)
net\PeerToPeer\Collaboration\Peer.cs (1)
298string[] argsArray = Environment.GetCommandLineArgs();
System.Windows.Forms (1)
winforms\Managed\System\WinForms\Application.cs (1)
1448String[] arguments = Environment.GetCommandLineArgs();