Home
last modified time | relevance | path

Searched refs:Xml_DtdNotAllowedInFragment (Results 1 – 7 of 7) sorted by relevance

/dports/lang/mono/mono-5.10.1.57/mcs/class/System.XML/ReferenceSources/
H A DRes.cs94 public const string Xml_DtdNotAllowedInFragment = "DTD is not allowed in XML fragments."; field in System.Xml.Res
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Xml/System/Xml/Core/
H A DXmlWellFormedWriterAsync.cs58 … throw new InvalidOperationException(Res.GetString(Res.Xml_DtdNotAllowedInFragment)); in WriteDocTypeAsync()
H A DXmlWellFormedWriter.cs361 … throw new InvalidOperationException(Res.GetString(Res.Xml_DtdNotAllowedInFragment)); in WriteDocType()
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Private.Xml/src/System/Xml/Core/
H A DXmlWellFormedWriterAsync.cs73 throw new InvalidOperationException(SR.Xml_DtdNotAllowedInFragment); in WriteDocTypeAsync()
H A DXmlWellFormedWriter.cs381 throw new InvalidOperationException(SR.Xml_DtdNotAllowedInFragment); in WriteDocType()
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Xml/System/Xml/BinaryXml/
H A DXmlBinaryReader.cs2758 throw ThrowXmlException(Res.Xml_DtdNotAllowedInFragment); in ImplReadDoctype()
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Private.Xml/src/System/Xml/BinaryXml/
H A DXmlBinaryReader.cs3136 throw ThrowXmlException(SR.Xml_DtdNotAllowedInFragment); in ImplReadDoctype()