2 writes to _globalPropertiesToTreatAsLocal
Microsoft.Build (2)
Instance\ProjectInstance.cs (2)
1354
_globalPropertiesToTreatAsLocal
= new HashSet<string>(MSBuildNameIgnoreCaseComparer.Default);
2453
_globalPropertiesToTreatAsLocal
= globalPropertiesToTreatAsLocal;
3 references to _globalPropertiesToTreatAsLocal
Microsoft.Build (3)
Instance\ProjectInstance.cs (3)
1352
if (
_globalPropertiesToTreatAsLocal
== null)
1357
return
_globalPropertiesToTreatAsLocal
;
2448
var globalPropertiesToTreatAsLocal = (HashSet<string>)
_globalPropertiesToTreatAsLocal
;