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