8 writes to IgnoreXmlEvents
System.Data.Common (8)
System\Xml\XmlBoundElement.cs (2)
185doc.IgnoreXmlEvents = true; 193doc.IgnoreXmlEvents = bOrigIgnoreXmlEvents;
System\Xml\XmlDataDocument.cs (6)
428IgnoreXmlEvents = true; 464IgnoreXmlEvents = saveIgnore; 681IgnoreXmlEvents = true; 757IgnoreXmlEvents = saveIgnore; 1691IgnoreXmlEvents = true; 1701IgnoreXmlEvents = wasIgnoreXmlEvents;
5 references to IgnoreXmlEvents
System.Data.Common (5)
System\Xml\XmlBoundElement.cs (1)
182bool bOrigIgnoreXmlEvents = doc.IgnoreXmlEvents;
System\Xml\XmlDataDocument.cs (4)
427bool saveIgnore = IgnoreXmlEvents; 680bool saveIgnore = IgnoreXmlEvents; 1690bool wasIgnoreXmlEvents = IgnoreXmlEvents; 2291Debug.Assert(IgnoreXmlEvents);