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