3 instantiations of XPathParser
System.Data.SqlXml (3)
System\Xml\Xsl\Xslt\QilGenerator.cs (1)
97xpathParser = new XPathParser<QilNode>();
System\Xml\Xsl\Xslt\XPathPatternParser.cs (1)
26XPathParser predicateParser = new XPathParser();
System\Xml\Xsl\Xslt\XslAstAnalyzer.cs (1)
786private XPathParser<XslFlags> xpathParser = new XPathParser<XslFlags>();
6 references to XPathParser
System.Data.SqlXml (6)
System\Xml\Xsl\Xslt\QilGenerator.cs (1)
52private XPathParser<QilNode> xpathParser;
System\Xml\Xsl\Xslt\XPathPatternParser.cs (4)
15using XPathParser = XPathParser<QilNode>; 26XPathParser predicateParser = new XPathParser(); 72if (XPathParser.IsStep(scanner.Kind)) { 207XPathParser.InternalParseNodeTest(scanner, axis, out nodeType, out nodePrefix, out nodeName);
System\Xml\Xsl\Xslt\XslAstAnalyzer.cs (1)
786private XPathParser<XslFlags> xpathParser = new XPathParser<XslFlags>();