Base:
method
WriteDocType
System.Xml.XmlWriter.WriteDocType(System.String, System.String, System.String, System.String)
3 references to WriteDocType
Microsoft.Web.XmlTransform (1)
XmlAttributePreservingWriter.cs (1)
352
xmlWriter.
WriteDocType
(name, pubid, sysid, subset);
System.Private.Xml (2)
System\Xml\Core\XmlReader.cs (1)
1171
xtw.
WriteDocType
(Name, GetAttribute("PUBLIC"), GetAttribute("SYSTEM"), Value);
System\Xml\Core\XmlReaderAsync.cs (1)
246
xtw.
WriteDocType
(Name, GetAttribute("PUBLIC"), GetAttribute("SYSTEM"), Value);