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