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