7 overrides of WriteXmlDeclaration
dotnet-svcutil-lib (7)
FrameworkFork\Microsoft.Xml\Xml\Cache\XPathDocumentBuilder.cs (1)
465internal override void WriteXmlDeclaration(string xmldecl)
FrameworkFork\Microsoft.Xml\Xml\Core\QueryOutputWriter.cs (1)
107internal override void WriteXmlDeclaration(string xmldecl)
FrameworkFork\Microsoft.Xml\Xml\Core\XmlAutoDetectWriter.cs (1)
301internal override void WriteXmlDeclaration(string xmldecl)
FrameworkFork\Microsoft.Xml\Xml\Core\XmlEncodedRawTextWriter.cs (1)
251internal override void WriteXmlDeclaration(string xmldecl)
FrameworkFork\Microsoft.Xml\Xml\Core\XmlEventCache.cs (1)
469internal override void WriteXmlDeclaration(string xmldecl)
FrameworkFork\Microsoft.Xml\Xml\Core\XmlUtf8RawTextWriter.cs (1)
203internal override void WriteXmlDeclaration(string xmldecl)
FrameworkFork\Microsoft.Xml\Xml\Dom\DocumentXmlWriter.cs (1)
134internal override void WriteXmlDeclaration(string xmldecl)
4 references to WriteXmlDeclaration
dotnet-svcutil-lib (4)
FrameworkFork\Microsoft.Xml\Xml\Core\QueryOutputWriter.cs (1)
109_wrapped.WriteXmlDeclaration(xmldecl);
FrameworkFork\Microsoft.Xml\Xml\Core\XmlAutoDetectWriter.cs (1)
305_wrapped.WriteXmlDeclaration(xmldecl);
FrameworkFork\Microsoft.Xml\Xml\Core\XmlEventCache.cs (1)
201rawWriter.WriteXmlDeclaration(page[idxEvent].String1);
FrameworkFork\Microsoft.Xml\Xml\Core\XmlWellformedWriter.cs (1)
948_rawWriter.WriteXmlDeclaration(text);