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;
1591
_ignoreXmlEvents
= true;
1614
_ignoreXmlEvents
= wasIgnoreXmlEvents;
1782
_ignoreXmlEvents
= true;
1802
_ignoreXmlEvents
= wasIgnoreXmlEvents;
1825
_ignoreXmlEvents
= true;
1856
_ignoreXmlEvents
= wasIgnoreXmlEvents;
1879
_ignoreXmlEvents
= true;
1907
_ignoreXmlEvents
= wasIgnoreXmlEvents;
1987
_ignoreXmlEvents
= true;
2044
_ignoreXmlEvents
= false;
2066
_ignoreXmlEvents
= true;
2152
_ignoreXmlEvents
= false;
2607
_ignoreXmlEvents
= true;
2610
_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
);
1590
bool wasIgnoreXmlEvents =
_ignoreXmlEvents
;
1649
Debug.Assert(
_ignoreXmlEvents
);
1724
Debug.Assert(
_ignoreXmlEvents
);
1775
if (
_ignoreXmlEvents
)
1779
bool wasIgnoreXmlEvents =
_ignoreXmlEvents
;
1810
if (
_ignoreXmlEvents
)
1818
if (
_ignoreXmlEvents
)
1822
bool wasIgnoreXmlEvents =
_ignoreXmlEvents
;
1864
if (
_ignoreXmlEvents
)
1872
if (
_ignoreXmlEvents
)
1876
bool wasIgnoreXmlEvents =
_ignoreXmlEvents
;
1915
if (
_ignoreXmlEvents
)