1 write to _globalPropertiesToTreatAsLocal
Microsoft.Build (1)
Definition\Project.cs (1)
4071
public ISet<string> GlobalPropertiesToTreatAsLocal => _globalPropertiesToTreatAsLocal ?? (
_globalPropertiesToTreatAsLocal
=
2 references to _globalPropertiesToTreatAsLocal
Microsoft.Build (2)
Definition\Project.cs (2)
4071
public ISet<string> GlobalPropertiesToTreatAsLocal =>
_globalPropertiesToTreatAsLocal
?? (_globalPropertiesToTreatAsLocal =
4283
_globalPropertiesToTreatAsLocal
?.Clear();