2 writes to s_initialized
MSBuild (2)
XMake.cs (2)
167
s_initialized
= true;
266
s_initialized
= false;
4 references to s_initialized
MSBuild (4)
XMake.cs (4)
238
/// process from crashing by setting <see cref="
s_initialized
"/> to false.
345
exitCode = ((
s_initialized
&& MSBuildClientApp.Execute(args, multiThreaded, shutdownServerAfterBuild, s_buildCancellationSource.Token) == ExitType.Success) ? 0 : 1);
366
exitCode = ((
s_initialized
&& Execute(args, switchesFromAutoResponseFile, switchesNotFromAutoResponseFile) == ExitType.Success) ? 0 : 1);
3423
if (!
s_initialized
)