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)
352xmlWriter.WriteDocType(name, pubid, sysid, subset);
System.Private.Xml (2)
System\Xml\Core\XmlReader.cs (1)
1171xtw.WriteDocType(Name, GetAttribute("PUBLIC"), GetAttribute("SYSTEM"), Value);
System\Xml\Core\XmlReaderAsync.cs (1)
246xtw.WriteDocType(Name, GetAttribute("PUBLIC"), GetAttribute("SYSTEM"), Value);