3 references to ConditionAttribute
Microsoft.Build.Engine (3)
Items\BuildItem.cs (1)
987get { return IsBackedByXml ? xml.ConditionAttribute : null; }
Tasks\IntrinsicTask.cs (2)
212if (!Utilities.EvaluateCondition(child.Condition, child.ConditionAttribute, bucket.Expander, ParserOptions.AllowAll, loggingServices, buildEventContext)) 240if (!Utilities.EvaluateCondition(child.Condition, child.ConditionAttribute, bucket.Expander, ParserOptions.AllowAll, loggingServices, buildEventContext))