2 overrides of OnRootElement
dotnet-svcutil-lib (2)
FrameworkFork\Microsoft.Xml\Xml\Core\XmlEncodedRawTextWriter.cs (1)
1875
internal override void
OnRootElement
(ConformanceLevel currentConformanceLevel)
FrameworkFork\Microsoft.Xml\Xml\Core\XmlUtf8RawTextWriter.cs (1)
1750
internal override void
OnRootElement
(ConformanceLevel currentConformanceLevel)
1 reference to OnRootElement
dotnet-svcutil-lib (1)
FrameworkFork\Microsoft.Xml\Xml\Core\XmlWellformedWriter.cs (1)
492
_rawWriter.
OnRootElement
(_conformanceLevel);