1 write to IsDebug
System.Private.Xml (1)
System\Xml\Xsl\Xslt\Compiler.cs (1)
66IsDebug = settings.IncludeDebugInformation | debug;
3 references to IsDebug
System.Private.Xml (3)
System\Xml\Xsl\Xslt\QilGenerator.cs (2)
92return new QilGenerator(compiler.IsDebug).Compile(compiler); 128get { return _compiler.IsDebug; }
System\Xml\Xsl\Xslt\XsltLoader.cs (1)
2547if (_compiler.IsDebug && !_input.IsEmptyElement)