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