2 references to Following
System.Data.SqlXml (2)
System\Xml\Xsl\XPath\XPathBuilder.cs (1)
343case XPathAxis.Following : qilAxis = f.XPathFollowing (currentNode); break;
System\Xml\Xsl\XPath\XPathScanner.cs (1)
407case "following" : return XPathAxis.Following;