1 write to _compiler
System.Private.Xml (1)
System\Xml\Xsl\Xslt\XslAstAnalyzer.cs (1)
873
_compiler
= compiler;
2 references to _compiler
System.Private.Xml (2)
System\Xml\Xsl\Xslt\XslAstAnalyzer.cs (2)
1137
if (
_compiler
.Settings.EnableScript && ns != null)
1139
XmlExtensionFunction? scrFunc =
_compiler
.Scripts.ResolveFunction(name, ns, args.Count, default(NullErrorHelper));