1 write to s_commandLineArgs
System.Private.CoreLib (1)
src\System\Environment.CoreCLR.cs (1)
102
s_commandLineArgs
= commandLineArgs;
2 references to s_commandLineArgs
System.Private.CoreLib (2)
src\libraries\System.Private.CoreLib\src\System\Environment.cs (2)
123
return
s_commandLineArgs
!= null ?
124
(string[])
s_commandLineArgs
.Clone() :