1 write to conditionAttribute
Microsoft.Build.Engine (1)
Items\ItemDefinitionLibrary.cs (1)
203this.conditionAttribute = ProjectXmlUtilities.GetConditionAttribute(element, /* sole attribute */ true);
2 references to conditionAttribute
Microsoft.Build.Engine (2)
Items\ItemDefinitionLibrary.cs (2)
204this.condition = ProjectXmlUtilities.GetAttributeValue(conditionAttribute); 222if (!Utilities.EvaluateCondition(condition, conditionAttribute, expander, ParserOptions.AllowProperties, parentProject))