28 references to IsDebug
System.Private.Xml (28)
System\Xml\Xsl\Xslt\QilGenerator.cs (28)
131private bool EvaluateFuncCalls { get { return !IsDebug; } } 132private bool InferXPathTypes { get { return !IsDebug; } } 146if (!IsDebug) 190if (!IsDebug || par.Name!.Equals(_nameNamespaces)) 218qil.IsDebug = IsDebug; 229Debug.Assert(IsDebug && _curLoop.IsFocusSet); 251if (_formatNumberDynamicUsed || IsDebug) 280if (IsDebug) 321if (IsDebug) 409if (IsDebug || !InferXPathTypes) 436Debug.Assert(IsDebug, "This is debug only logic"); 485XslFlags flags = !IsDebug ? tmpl.Flags : XslFlags.FullFocus; 500if (IsDebug && nsList != null) 534if (IsDebug) 614Debug.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); 658if (IsDebug) 776if (!IsDebug && content.Count == 1) 1130if (IsDebug) 1186if (IsDebug || !(val is QilIterator || val is QilLiteral)) 1235if (IsDebug) 1269if (IsDebug) 1440return IsDebug ? _f.Sequence(result) : result; 1501if (IsDebug) 2548if (IsDebug) 2716if (IsDebug) 2798Debug.Assert(!IsDebug, "Attempt to override SourceLineInfo in debug mode"); 2841if (IsDebug)