2 writes to s_initialized
MSBuild (2)
XMake.cs (2)
161
s_initialized
= true;
216
s_initialized
= false;
3 references to s_initialized
MSBuild (3)
XMake.cs (3)
274
exitCode = ((
s_initialized
&& MSBuildClientApp.Execute(
285
exitCode = ((
s_initialized
&& Execute(
3432
if (!
s_initialized
)