2 writes to s_commandLineArgs
System.Private.CoreLib (2)
Internal\Runtime\CompilerHelpers\StartupCode\StartupCodeHelpers.Extensions.cs (2)
30
Environment.
s_commandLineArgs
= args;
40
Environment.
s_commandLineArgs
= args;
3 references to s_commandLineArgs
System.Private.CoreLib (3)
Internal\Runtime\CompilerHelpers\StartupCode\StartupCodeHelpers.Extensions.cs (1)
46
string[]? args = Environment.
s_commandLineArgs
;
src\runtime\src\libraries\System.Private.CoreLib\src\System\Environment.cs (2)
119
return
s_commandLineArgs
!= null ?
120
(string[])
s_commandLineArgs
.Clone() :