10 writes to Condition
Microsoft.Build.Engine (10)
Engine\Project.cs (1)
2452matchingPropertyGroup.Condition = condition;
Properties\BuildPropertyGroup.cs (1)
710clone.Condition = this.Condition;
Solution\SolutionWrapperProject.cs (5)
1174newPropertyGroup.Condition = String.Format(CultureInfo.InvariantCulture, " '$(AspNetConfiguration)' == '{0}' ", 1783configurationDefaultingPropertyGroup.Condition = " '$(Configuration)' == '' "; 1787platformDefaultingPropertyGroup.Condition = " '$(Platform)' == '' "; 1807propertyGroup.Condition = GetConditionStringForConfiguration(solutionConfiguration); 1850propertyGroup.Condition = " ('$(AspNetConfiguration)' == '') ";
Solution\VCWrapperProject.cs (3)
164propertyGroup.Condition = " ('$(Configuration)' != '') and ('$(Platform)' == '') "; 168propertyGroup.Condition = " ('$(Configuration)' != '') and ('$(Platform)' != '') "; 173propertyGroup.Condition = " ('$(Configuration)' == '') and ('$(Platform)' != '') ";
4 references to Condition
Microsoft.Build.Engine (4)
Choose\GroupingCollection.cs (1)
570if (String.Equals(condition.Trim(), propertyGroup.Condition.Trim(), StringComparison.OrdinalIgnoreCase)
Engine\Project.cs (1)
2505(String.Equals(propertyGroup.Condition.Trim(), condition.Trim(), StringComparison.OrdinalIgnoreCase)) &&
Properties\BuildPropertyGroup.cs (2)
710clone.Condition = this.Condition; 1530if (!Utilities.EvaluateCondition(this.Condition, this.ConditionAttribute,