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)) 216qil.IsDebug = IsDebug; 227Debug.Assert(IsDebug && _curLoop.IsFocusSet); 249if (_formatNumberDynamicUsed || IsDebug) 276if (IsDebug) 317if (IsDebug) 405if (IsDebug || !InferXPathTypes) 432Debug.Assert(IsDebug, "This is debug only logic"); 481XslFlags flags = !IsDebug ? tmpl.Flags : XslFlags.FullFocus; 496if (IsDebug && nsList != null) 530if (IsDebug) 610Debug.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); 654if (IsDebug) 772if (!IsDebug && content.Count == 1) 1126if (IsDebug) 1182if (IsDebug || !(val is QilIterator || val is QilLiteral)) 1231if (IsDebug) 1265if (IsDebug) 1436return IsDebug ? _f.Sequence(result) : result; 1497if (IsDebug) 2544if (IsDebug) 2712if (IsDebug) 2794Debug.Assert(!IsDebug, "Attempt to override SourceLineInfo in debug mode"); 2837if (IsDebug)