25 writes to _ignoreXmlEvents
System.Data.Common (25)
System\Xml\XmlDataDocument.cs (25)
211
_ignoreXmlEvents
= true;
229
_ignoreXmlEvents
= false;
914
set {
_ignoreXmlEvents
= value; }
962
_ignoreXmlEvents
= true;
977
_ignoreXmlEvents
= oldIgnoreXmlEvents;
1177
_ignoreXmlEvents
= true;
1199
_ignoreXmlEvents
= false;
1209
_ignoreXmlEvents
= true;
1226
_ignoreXmlEvents
= false;
1234
_ignoreXmlEvents
= true;
1280
_ignoreXmlEvents
= false;
1593
_ignoreXmlEvents
= true;
1616
_ignoreXmlEvents
= wasIgnoreXmlEvents;
1784
_ignoreXmlEvents
= true;
1804
_ignoreXmlEvents
= wasIgnoreXmlEvents;
1827
_ignoreXmlEvents
= true;
1858
_ignoreXmlEvents
= wasIgnoreXmlEvents;
1881
_ignoreXmlEvents
= true;
1909
_ignoreXmlEvents
= wasIgnoreXmlEvents;
1989
_ignoreXmlEvents
= true;
2046
_ignoreXmlEvents
= false;
2068
_ignoreXmlEvents
= true;
2154
_ignoreXmlEvents
= false;
2609
_ignoreXmlEvents
= true;
2612
_ignoreXmlEvents
= false;
18 references to _ignoreXmlEvents
System.Data.Common (18)
System\Xml\XmlDataDocument.cs (18)
193
Debug.Assert(
_ignoreXmlEvents
);
490
Debug.Assert(
_ignoreXmlEvents
);
913
get { return
_ignoreXmlEvents
; }
951
bool oldIgnoreXmlEvents =
_ignoreXmlEvents
;
987
Debug.Assert(
_ignoreXmlEvents
);
1380
Debug.Assert(
_ignoreXmlEvents
);
1592
bool wasIgnoreXmlEvents =
_ignoreXmlEvents
;
1651
Debug.Assert(
_ignoreXmlEvents
);
1726
Debug.Assert(
_ignoreXmlEvents
);
1777
if (
_ignoreXmlEvents
)
1781
bool wasIgnoreXmlEvents =
_ignoreXmlEvents
;
1812
if (
_ignoreXmlEvents
)
1820
if (
_ignoreXmlEvents
)
1824
bool wasIgnoreXmlEvents =
_ignoreXmlEvents
;
1866
if (
_ignoreXmlEvents
)
1874
if (
_ignoreXmlEvents
)
1878
bool wasIgnoreXmlEvents =
_ignoreXmlEvents
;
1917
if (
_ignoreXmlEvents
)