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