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)
277
exitCode = ((
s_initialized
&& MSBuildClientApp.Execute(
288
exitCode = ((
s_initialized
&& Execute(
3475
if (!
s_initialized
)