3 references to treatAsLocalProperty
Microsoft.Build (3)
Construction\ProjectRootElement.cs (3)
522
get => GetAttributeValue(XMakeAttributes.
treatAsLocalProperty
);
525
set => SetOrRemoveAttribute(XMakeAttributes.
treatAsLocalProperty
, value, "Set project TreatAsLocalProperty to '{0}'", value);
667
public ElementLocation TreatAsLocalPropertyLocation => GetAttributeLocation(XMakeAttributes.
treatAsLocalProperty
);