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