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