Home
last modified time | relevance | path

Searched refs:otherwiseClause (Results 1 – 1 of 1) sorted by relevance

/dports/devel/msbuild/msbuild-0.06/src/Deprecated/Engine/Choose/
H A DChoose.cs24 private When otherwiseClause = null; field in Microsoft.Build.BuildEngine.Choose
138 otherwiseClause = newWhen; in Choose()
178 return otherwiseClause;
230 if (!whenTaken && otherwiseClause != null) in Evaluate()
233 whenLastTaken = otherwiseClause; in Evaluate()
234otherwiseClause.Evaluate(parentPropertyBag, ignoreCondition, honorCondition, conditionedProperties… in Evaluate()