2 writes to s_initialized
MSBuild (2)
XMake.cs (2)
166s_initialized = true; 265s_initialized = false;
3 references to s_initialized
MSBuild (3)
XMake.cs (3)
322exitCode = ((s_initialized && MSBuildClientApp.Execute(args, s_buildCancellationSource.Token) == ExitType.Success) ? 0 : 1); 327exitCode = ((s_initialized && Execute(args) == ExitType.Success) ? 0 : 1); 3017if (!s_initialized)