Base:
method
WriteDocType
System.Xml.XmlWriter.WriteDocType(System.String, System.String, System.String, System.String)
2 references to WriteDocType
System.Private.Xml (2)
System\Xml\Core\XmlReader.cs (1)
1171xtw.WriteDocType(Name, GetAttribute("PUBLIC"), GetAttribute("SYSTEM"), Value);
System\Xml\Core\XmlReaderAsync.cs (1)
245xtw.WriteDocType(Name, GetAttribute("PUBLIC"), GetAttribute("SYSTEM"), Value);