4 references to ConditionOtherwise
System.Data.SqlXml (4)
System\Xml\Xsl\XsltOld\ChooseAction.cs (1)
50action = compiler.CreateIfAction(IfAction.ConditionType.ConditionOtherwise);
System\Xml\Xsl\XsltOld\IfAction.cs (3)
31if (this.type != ConditionType.ConditionOtherwise) { 45if (this.type == ConditionType.ConditionOtherwise) { 76if (this.type == ConditionType.ConditionWhen ||this.type == ConditionType.ConditionOtherwise) {