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