28 references to IsDebug
System.Data.SqlXml (28)
System\Xml\Xsl\Xslt\QilGenerator.cs (28)
125private bool EvaluateFuncCalls { get { return !IsDebug; } } 126private bool InferXPathTypes { get { return !IsDebug; } } 141if (!IsDebug) { 177if (!IsDebug || par.Name.Equals(nameNamespaces)) { 198qil.IsDebug = IsDebug; 208Debug.Assert(IsDebug && curLoop.IsFocusSet); 229if (formatNumberDynamicUsed || IsDebug) { 251if (IsDebug) { 286if (IsDebug) { 353if (IsDebug || !InferXPathTypes) { 377Debug.Assert(IsDebug, "This is debug only logic"); 419XslFlags flags = !IsDebug ? tmpl.Flags : XslFlags.FullFocus; 431if (IsDebug && nsList != null) { 459if (IsDebug) { 527Debug.Assert(! IsDebug, "In debug mode we don't generate parumWithCalls functions. Otherwise focus flags should be adjusted"); 561funcFocus.StartFocus(tmpl.Function.Arguments, !IsDebug ? tmpl.Flags : XslFlags.FullFocus); 565if (IsDebug) { 669if (!IsDebug && content.Count == 1) { 951if (IsDebug) { 1002if (IsDebug || !(val is QilIterator || val is QilLiteral)) { 1047if (IsDebug) { 1074if (IsDebug) { 1211return IsDebug ? f.Sequence(result) : result; 1262if (IsDebug) { 2122if (IsDebug) { 2267if (IsDebug) { 2333Debug.Assert(!IsDebug, "Attempt to override SourceLineInfo in debug mode"); 2368if (IsDebug) {