4 writes to s_dev10IsInstalled
Microsoft.Build (4)
Definition\Toolset.cs (4)
550
s_dev10IsInstalled
= false;
562
s_dev10IsInstalled
= true;
566
s_dev10IsInstalled
= false;
573
s_dev10IsInstalled
= false;
2 references to s_dev10IsInstalled
Microsoft.Build (2)
Definition\Toolset.cs (2)
536
if (
s_dev10IsInstalled
== null)
577
return
s_dev10IsInstalled
.Value;