28 references to IsDebug
System.Private.Xml (28)
System\Xml\Xsl\Xslt\QilGenerator.cs (28)
131
private bool EvaluateFuncCalls { get { return !
IsDebug
; } }
132
private bool InferXPathTypes { get { return !
IsDebug
; } }
146
if (!
IsDebug
)
190
if (!
IsDebug
|| par.Name!.Equals(_nameNamespaces))
216
qil.IsDebug =
IsDebug
;
227
Debug.Assert(
IsDebug
&& _curLoop.IsFocusSet);
249
if (_formatNumberDynamicUsed ||
IsDebug
)
276
if (
IsDebug
)
317
if (
IsDebug
)
405
if (
IsDebug
|| !InferXPathTypes)
432
Debug.Assert(
IsDebug
, "This is debug only logic");
481
XslFlags flags = !
IsDebug
? tmpl.Flags : XslFlags.FullFocus;
496
if (
IsDebug
&& nsList != null)
530
if (
IsDebug
)
610
Debug.Assert(!
IsDebug
, "In debug mode we don't generate parumWithCalls functions. Otherwise focus flags should be adjusted");
648
_funcFocus.StartFocus(tmpl.Function.Arguments, !
IsDebug
? tmpl.Flags : XslFlags.FullFocus);
654
if (
IsDebug
)
772
if (!
IsDebug
&& content.Count == 1)
1126
if (
IsDebug
)
1182
if (
IsDebug
|| !(val is QilIterator || val is QilLiteral))
1231
if (
IsDebug
)
1265
if (
IsDebug
)
1436
return
IsDebug
? _f.Sequence(result) : result;
1497
if (
IsDebug
)
2544
if (
IsDebug
)
2712
if (
IsDebug
)
2794
Debug.Assert(!
IsDebug
, "Attempt to override SourceLineInfo in debug mode");
2837
if (
IsDebug
)