3 writes to ExitCode
Microsoft.DotNet.Cli.Utils (1)
ProcessReaper.cs (1)
180
Environment.
ExitCode
= _process.ExitCode;
PresentationFramework (1)
System\Windows\Application.cs (1)
2189
System.Environment.
ExitCode
= exitCode;
System.Private.CoreLib (1)
Internal\Runtime\CompilerHelpers\StartupCode\StartupCodeHelpers.Extensions.cs (1)
60
Environment.
ExitCode
= exitCode;
1 reference to ExitCode
System.Private.CoreLib (1)
Internal\Runtime\CompilerHelpers\StartupCode\StartupCodeHelpers.Extensions.cs (1)
70
int exitCode = Environment.
ExitCode
;