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