8 writes to conditionAttribute
Microsoft.Build.Engine (8)
Properties\BuildPropertyGroup.cs (8)
160this.conditionAttribute = null; 181this.conditionAttribute = this.propertyGroupElement.Attributes[XMakeAttributes.condition]; 217this.conditionAttribute = null; 235this.conditionAttribute = propertyGroupAttribute; 308this.conditionAttribute = null; 355this.conditionAttribute = ProjectXmlUtilities.SetOrRemoveAttribute(propertyGroupElement, XMakeAttributes.condition, value); 371this.conditionAttribute = ProjectXmlUtilities.SetOrRemoveAttribute(propertyGroupElement, XMakeAttributes.condition, condition); 1222this.conditionAttribute = null;
3 references to conditionAttribute
Microsoft.Build.Engine (3)
Properties\BuildPropertyGroup.cs (3)
341return (this.conditionAttribute == null) ? String.Empty : this.conditionAttribute.Value; 385return this.conditionAttribute;