2 writes to IsDebug
System.Data.SqlXml (2)
System\Xml\Xsl\QIL\QilXmlReader.cs (1)
204qil.IsDebug = list[i].NodeType == QilNodeType.True;
System\Xml\Xsl\Xslt\QilGenerator.cs (1)
198qil.IsDebug = IsDebug;
12 references to IsDebug
System.Data.SqlXml (12)
System\Xml\Xsl\IlGen\XmlILOptimizerVisitor.cs (1)
3946if (this.qil.IsDebug)
System\Xml\Xsl\IlGen\XmlIlVisitor.cs (6)
231if (this.qil.IsDebug && iter.SourceLine != null) 283if (this.qil.IsDebug && nd.SourceLine != null && !(nd is QilIterator)) 1957if (this.qil.IsDebug && ndIter.SourceLine != null) 2002if (this.qil.IsDebug && ndFor.DebugName != null) { 2049if (this.qil.IsDebug && ndLet.DebugName != null) { 2071if (this.qil.IsDebug && ndIter.DebugName != null)
System\Xml\Xsl\XmlIlGenerator.cs (5)
81!this.qil.IsDebug && 87bool emitSymbols = this.qil.IsDebug; 101this.optVisitor = new XmlILOptimizerVisitor(this.qil, !this.qil.IsDebug); 122this.helper = new GenerateHelper(this.module, this.qil.IsDebug); 318if (this.qil.IsDebug || OptimizerPatterns.Read(ndIter).MatchesPattern(OptimizerPatternName.MaybeSideEffects)) {