4 writes to s_dev10IsInstalled
Microsoft.Build (4)
Definition\Toolset.cs (4)
560
s_dev10IsInstalled
= false;
572
s_dev10IsInstalled
= true;
576
s_dev10IsInstalled
= false;
583
s_dev10IsInstalled
= false;
2 references to s_dev10IsInstalled
Microsoft.Build (2)
Definition\Toolset.cs (2)
546
if (
s_dev10IsInstalled
== null)
587
return
s_dev10IsInstalled
.Value;