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