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)
66
internal override void
WriteXmlDeclaration
(XmlStandalone standalone)
FrameworkFork\Microsoft.Xml\Xml\Core\TextEncodedRawTextWriter.cs (1)
40
internal override void
WriteXmlDeclaration
(XmlStandalone standalone)
2 references to WriteXmlDeclaration
dotnet-svcutil-lib (2)
FrameworkFork\Microsoft.Xml\Xml\Core\XmlEncodedRawTextWriter.cs (2)
146
WriteXmlDeclaration
(standalone);
188
WriteXmlDeclaration
(standalone);