1 write to dtdProcessing
System.Xml (1)
System\Xml\BinaryXml\XmlBinaryReader.cs (1)
377
this.
dtdProcessing
= settings.DtdProcessing;
3 references to dtdProcessing
System.Xml (3)
System\Xml\BinaryXml\XmlBinaryReader.cs (3)
405
settings.DtdProcessing = this.
dtdProcessing
;
2508
if (this.
dtdProcessing
== DtdProcessing.Ignore)
2750
if (this.
dtdProcessing
== DtdProcessing.Prohibit)