2 implementations of GlobalPropertiesToTreatAsLocal
Microsoft.Build (2)
Definition\Project.cs (2)
2494
public ISet<string>
GlobalPropertiesToTreatAsLocal
=> _data.GlobalPropertiesToTreatAsLocal;
3981
public ISet<string>
GlobalPropertiesToTreatAsLocal
{ get { throw new NotImplementedException(); } }
1 reference to GlobalPropertiesToTreatAsLocal
Microsoft.Build (1)
Definition\Project.cs (1)
840
internal ISet<string> GlobalPropertiesToTreatAsLocal => implementationInternal.
GlobalPropertiesToTreatAsLocal
;