2 overrides of OnRootElement
dotnet-svcutil-lib (2)
FrameworkFork\Microsoft.Xml\Xml\Core\XmlEncodedRawTextWriter.cs (1)
1875internal override void OnRootElement(ConformanceLevel currentConformanceLevel)
FrameworkFork\Microsoft.Xml\Xml\Core\XmlUtf8RawTextWriter.cs (1)
1750internal 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);