8 references to Xml_DtdIsProhibitedEx
System.Private.Xml (8)
System\Xml\Core\XmlCharCheckingReader.cs (2)
219Throw(SR.Xml_DtdIsProhibitedEx, string.Empty); 295Throw(SR.Xml_DtdIsProhibitedEx, string.Empty);
System\Xml\Core\XmlCharCheckingReaderAsync.cs (2)
81Throw(SR.Xml_DtdIsProhibitedEx, string.Empty); 157Throw(SR.Xml_DtdIsProhibitedEx, string.Empty);
System\Xml\Core\XmlTextReaderImpl.cs (2)
3039ThrowWithoutLineInfo(SR.Xml_DtdIsProhibitedEx); 6669ThrowWithoutLineInfo(_v1Compat ? SR.Xml_DtdIsProhibited : SR.Xml_DtdIsProhibitedEx);
System\Xml\Core\XmlTextReaderImplAsync.cs (2)
982ThrowWithoutLineInfo(SR.Xml_DtdIsProhibitedEx); 4413ThrowWithoutLineInfo(_v1Compat ? SR.Xml_DtdIsProhibited : SR.Xml_DtdIsProhibitedEx);