1 write to otherwiseClause
Microsoft.Build.Engine (1)
Choose\Choose.cs (1)
140otherwiseClause = newWhen;
4 references to otherwiseClause
Microsoft.Build.Engine (4)
Choose\Choose.cs (4)
180return otherwiseClause; 232if (!whenTaken && otherwiseClause != null) 235whenLastTaken = otherwiseClause; 236otherwiseClause.Evaluate(parentPropertyBag, ignoreCondition, honorCondition, conditionedPropertiesTable, pass);