4 references to Preceding
System.Data.SqlXml (4)
System\Xml\Xsl\XPath\XPathBuilder.cs (2)
347case XPathAxis.Preceding : qilAxis = f.XPathPreceding (currentNode); break; 360xpathAxis == XPathAxis.Ancestor || xpathAxis == XPathAxis.Preceding ||
System\Xml\Xsl\XPath\XPathParser.cs (1)
180axis == XPathAxis.Ancestor || axis == XPathAxis.Preceding ||
System\Xml\Xsl\XPath\XPathScanner.cs (1)
411case "preceding" : return XPathAxis.Preceding;