2 references to CheckDescendantOrSelf
System.Data.SqlXml (2)
System\Xml\Xsl\QIL\QilFactory.cs (1)
719
n.XmlType = this.typeCheck.
CheckDescendantOrSelf
(n);
System\Xml\Xsl\QIL\QilTypeChecker.cs (1)
119
case QilNodeType.DescendantOrSelf: return
CheckDescendantOrSelf
((QilUnary)n);