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