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