3 instantiations of XPathParser
System.Private.Xml (3)
System\Xml\Xsl\Xslt\QilGenerator.cs (1)
102_xpathParser = new XPathParser<QilNode>();
System\Xml\Xsl\Xslt\XPathPatternParser.cs (1)
23private readonly XPathParser _predicateParser = new XPathParser();
System\Xml\Xsl\Xslt\XslAstAnalyzer.cs (1)
855private readonly XPathParser<XslFlags> _xpathParser = new XPathParser<XslFlags>();
6 references to XPathParser
System.Private.Xml (6)
System\Xml\Xsl\Xslt\QilGenerator.cs (1)
55private readonly XPathParser<QilNode> _xpathParser;
System\Xml\Xsl\Xslt\XPathPatternParser.cs (4)
10using XPathParser = System.Xml.Xsl.XPath.XPathParser<System.Xml.Xsl.Qil.QilNode>; 23private readonly XPathParser _predicateParser = new XPathParser(); 77if (XPathParser.IsStep(_scanner.Kind)) 228XPathParser.InternalParseNodeTest(_scanner, axis, out nodeType, out nodePrefix, out nodeName);
System\Xml\Xsl\Xslt\XslAstAnalyzer.cs (1)
855private readonly XPathParser<XslFlags> _xpathParser = new XPathParser<XslFlags>();