Base:
method
WriteDocTypeAsync
System.Xml.XmlWriter.WriteDocTypeAsync(System.String, System.String, System.String, System.String)
2 overrides of WriteDocTypeAsync
System.Xml (2)
System\Xml\Core\XmlEncodedRawTextWriterAsync.cs (1)
66
public override async Task
WriteDocTypeAsync
( string name, string pubid, string sysid, string subset ) {
System\Xml\Core\XmlUtf8RawTextWriterAsync.cs (1)
64
public override async Task
WriteDocTypeAsync
( string name, string pubid, string sysid, string subset ) {