1 write to IsDebug
System.Data.SqlXml (1)
System\Xml\Xsl\Xslt\Compiler.cs (1)
82IsDebug = settings.IncludeDebugInformation | debug;
6 references to IsDebug
System.Data.SqlXml (6)
System\Xml\Xsl\Xslt\QilGenerator.cs (2)
88return new QilGenerator(compiler.IsDebug).Compile(compiler); 122get { return compiler.IsDebug; }
System\Xml\Xsl\Xslt\Scripts.cs (3)
281compilParams.IncludeDebugInformation = compiler.IsDebug; 293bool keepFiles = (compiler.IsDebug && asmPath == null); 308compilParams.GenerateInMemory = (asmPath == null && !compiler.IsDebug && !refAssembliesByHref) || settings.CheckOnly;
System\Xml\Xsl\Xslt\XsltLoader.cs (1)
2364if (compiler.IsDebug && !input.IsEmptyElement) {