1 write to enableDebug
System.Xml (1)
System\Xml\Xslt\XslCompiledTransform.cs (1)
76
this.
enableDebug
= enableDebug;
1 reference to enableDebug
System.Xml (1)
System\Xml\Xslt\XslCompiledTransform.cs (1)
190
this.compilerResults = new Compiler(settings, this.
enableDebug
, null).Compile(stylesheet, stylesheetResolver, out this.qil);