4 writes to EntityHandling
System.Xml (4)
System\Xml\Core\XmlTextReader.cs (1)
351
set { impl.
EntityHandling
= value; }
System\Xml\Core\XmlValidatingReaderImpl.cs (2)
133
coreReaderImpl.
EntityHandling
= EntityHandling.ExpandEntities;
768
coreReaderImpl.
EntityHandling
= value;
System\Xml\XPath\XPathDocument.cs (1)
422
reader.
EntityHandling
= EntityHandling.ExpandEntities;
3 references to EntityHandling
System.Xml (3)
System\Xml\Core\XmlTextReader.cs (1)
350
get { return impl.
EntityHandling
; }
System\Xml\Core\XmlValidatingReaderImpl.cs (1)
765
return coreReaderImpl.
EntityHandling
;
System\Xml\Dom\XmlLoader.cs (1)
822
Debug.Assert( tr.
EntityHandling
== EntityHandling.ExpandCharEntities );