2 writes to s_latchedExitCode
System.Private.CoreLib (2)
System\Environment.NativeAot.cs (2)
22set => s_latchedExitCode = value; 28s_latchedExitCode = exitCode;
2 references to s_latchedExitCode
System.Private.CoreLib (2)
System\Environment.NativeAot.cs (1)
21get => s_latchedExitCode;
System\Environment.NativeAot.Unix.cs (1)
13private static void ExitRaw() => Interop.Sys.Exit(s_latchedExitCode);