3 references to ConditionWhen
System.Data.SqlXml (3)
System\Xml\Xsl\XsltOld\ChooseAction.cs (1)
43
action = compiler.CreateIfAction(IfAction.ConditionType.
ConditionWhen
);
System\Xml\Xsl\XsltOld\IfAction.cs (2)
62
if (this.type == ConditionType.ConditionIf || this.type == ConditionType.
ConditionWhen
) {
76
if (this.type == ConditionType.
ConditionWhen
||this.type == ConditionType.ConditionOtherwise) {