2 implementations of IPropertyElementWithLocation
Microsoft.Build (2)
Construction\ProjectPropertyElement.cs (1)
24public class ProjectPropertyElement : ProjectElement, IPropertyElementWithLocation
Instance\ProjectPropertyGroupTaskPropertyInstance.cs (1)
18public class ProjectPropertyGroupTaskPropertyInstance : ITranslatable, IPropertyElementWithLocation
1 reference to IPropertyElementWithLocation
Microsoft.Build (1)
Evaluation\PropertiesUseTracker.cs (1)
129internal void CheckPreexistingUndefinedUsage(IPropertyElementWithLocation propertyElement, string evaluatedValue, LoggingContext loggingContext)