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