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