Base:
method
WriteDocType
Microsoft.Xml.XmlEncodedRawTextWriter.WriteDocType(System.String, System.String, System.String, System.String)
1 override of WriteDocType
dotnet-svcutil-lib (1)
FrameworkFork\Microsoft.Xml\Xml\Core\HtmlEncodedRawTextWriter.cs (1)
848
public override void
WriteDocType
(string name, string pubid, string sysid, string subset)
1 reference to WriteDocType
dotnet-svcutil-lib (1)
FrameworkFork\Microsoft.Xml\Xml\Core\HtmlEncodedRawTextWriter.cs (1)
850
base.
WriteDocType
(name, pubid, sysid, subset);