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