1 instantiation of XPathAnalyzer
System.Private.Xml (1)
System\Xml\Xsl\Xslt\XslAstAnalyzer.cs (1)
147
_xpathAnalyzer = new
XPathAnalyzer
(compiler, _scope);
1 reference to XPathAnalyzer
System.Private.Xml (1)
System\Xml\Xsl\Xslt\XslAstAnalyzer.cs (1)
29
private
XPathAnalyzer
? _xpathAnalyzer;