2 writes to s_initialized
MSBuild (2)
XMake.cs (2)
162s_initialized = true; 217s_initialized = false;
3 references to s_initialized
MSBuild (3)
XMake.cs (3)
266exitCode = (s_initialized && MSBuildClientApp.Execute(Environment.CommandLine, s_buildCancellationSource.Token) == ExitType.Success) ? 0 : 1; 271exitCode = (s_initialized && Execute(Environment.CommandLine) == ExitType.Success) ? 0 : 1; 3422if (!s_initialized)