8 writes to IgnoreXmlEvents
System.Data.Common (8)
System\Xml\XmlBoundElement.cs (2)
164
doc.
IgnoreXmlEvents
= true;
172
doc.
IgnoreXmlEvents
= bOrigIgnoreXmlEvents;
System\Xml\XmlDataDocument.cs (6)
416
IgnoreXmlEvents
= true;
452
IgnoreXmlEvents
= saveIgnore;
660
IgnoreXmlEvents
= true;
736
IgnoreXmlEvents
= saveIgnore;
1670
IgnoreXmlEvents
= true;
1680
IgnoreXmlEvents
= wasIgnoreXmlEvents;
5 references to IgnoreXmlEvents
System.Data.Common (5)
System\Xml\XmlBoundElement.cs (1)
161
bool bOrigIgnoreXmlEvents = doc.
IgnoreXmlEvents
;
System\Xml\XmlDataDocument.cs (4)
415
bool saveIgnore =
IgnoreXmlEvents
;
659
bool saveIgnore =
IgnoreXmlEvents
;
1669
bool wasIgnoreXmlEvents =
IgnoreXmlEvents
;
2261
Debug.Assert(
IgnoreXmlEvents
);