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