Base:
method
WriteXmlDeclaration
Microsoft.Xml.XmlRawWriter.WriteXmlDeclaration(Microsoft.Xml.XmlStandalone)
2 overrides of WriteXmlDeclaration
dotnet-svcutil-lib (2)
FrameworkFork\Microsoft.Xml\Xml\Core\HtmlEncodedRawTextWriter.cs (1)
66internal override void WriteXmlDeclaration(XmlStandalone standalone)
FrameworkFork\Microsoft.Xml\Xml\Core\TextEncodedRawTextWriter.cs (1)
40internal override void WriteXmlDeclaration(XmlStandalone standalone)
2 references to WriteXmlDeclaration
dotnet-svcutil-lib (2)
FrameworkFork\Microsoft.Xml\Xml\Core\XmlEncodedRawTextWriter.cs (2)
146WriteXmlDeclaration(standalone); 188WriteXmlDeclaration(standalone);