1 write to Settings
System.Private.Xml (1)
System\Xml\Xsl\Xslt\Compiler.cs (1)
66Settings = settings;
8 references to Settings
System.Private.Xml (8)
System\Xml\Xsl\Xslt\Compiler.cs (3)
330if (0 <= Settings.WarningLevel && Settings.WarningLevel < warningLevel) 336if (Settings.TreatWarningsAsErrors)
System\Xml\Xsl\Xslt\QilGenerator.cs (1)
2524if (_compiler.Settings.CheckOnly)
System\Xml\Xsl\Xslt\QilGeneratorEnv.cs (2)
217if (_compiler.Settings.EnableScript) 498if (!_compiler.Settings.EnableDocumentFunction)
System\Xml\Xsl\Xslt\XslAstAnalyzer.cs (1)
1138if (_compiler.Settings.EnableScript && ns != null)
System\Xml\Xsl\Xslt\XsltLoader.cs (1)
1313if (!_compiler.Settings.EnableScript)