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))
218
qil.IsDebug =
IsDebug
;
229
Debug.Assert(
IsDebug
&& _curLoop.IsFocusSet);
251
if (_formatNumberDynamicUsed ||
IsDebug
)
280
if (
IsDebug
)
321
if (
IsDebug
)
409
if (
IsDebug
|| !InferXPathTypes)
436
Debug.Assert(
IsDebug
, "This is debug only logic");
485
XslFlags flags = !
IsDebug
? tmpl.Flags : XslFlags.FullFocus;
500
if (
IsDebug
&& nsList != null)
534
if (
IsDebug
)
614
Debug.Assert(!
IsDebug
, "In debug mode we don't generate parumWithCalls functions. Otherwise focus flags should be adjusted");
652
_funcFocus.StartFocus(tmpl.Function.Arguments, !
IsDebug
? tmpl.Flags : XslFlags.FullFocus);
658
if (
IsDebug
)
776
if (!
IsDebug
&& content.Count == 1)
1130
if (
IsDebug
)
1186
if (
IsDebug
|| !(val is QilIterator || val is QilLiteral))
1235
if (
IsDebug
)
1269
if (
IsDebug
)
1440
return
IsDebug
? _f.Sequence(result) : result;
1501
if (
IsDebug
)
2548
if (
IsDebug
)
2716
if (
IsDebug
)
2798
Debug.Assert(!
IsDebug
, "Attempt to override SourceLineInfo in debug mode");
2841
if (
IsDebug
)