1 write to IsDebug
System.Private.Xml (1)
System\Xml\Xsl\Xslt\QilGenerator.cs (1)
216
qil.
IsDebug
= IsDebug;
13 references to IsDebug
System.Private.Xml (13)
System\Xml\Xsl\IlGen\XmlILOptimizerVisitor.cs (1)
5203
if (_qil.
IsDebug
)
System\Xml\Xsl\IlGen\XmlILTrace.cs (1)
124
XmlILOptimizerVisitor visitor = new XmlILOptimizerVisitor(qilTemp, !qilTemp.
IsDebug
);
System\Xml\Xsl\IlGen\XmlIlVisitor.cs (6)
247
if (_qil.
IsDebug
&& iter.SourceLine != null)
301
if (_qil.
IsDebug
&& nd.SourceLine != null && !(nd is QilIterator))
2113
if (_qil.
IsDebug
&& ndIter.SourceLine != null)
2162
if (_qil.
IsDebug
&& ndFor.DebugName != null)
2213
if (_qil.
IsDebug
&& ndLet.DebugName != null)
2237
if (_qil.
IsDebug
&& ndIter.DebugName != null)
System\Xml\Xsl\XmlIlGenerator.cs (5)
83
!_qil.
IsDebug
&&
89
bool emitSymbols = _qil.
IsDebug
;
103
_optVisitor = new XmlILOptimizerVisitor(_qil, !_qil.
IsDebug
);
125
_helper = new GenerateHelper(_module, _qil.
IsDebug
);
337
if (_qil!.
IsDebug
|| OptimizerPatterns.Read(ndIter).MatchesPattern(OptimizerPatternName.MaybeSideEffects))