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