1 override of WriteEndStartElementAsync
dotnet-svcutil-lib (1)
FrameworkFork\System.Runtime.Serialization\System\Xml\XmlUTF8TextWriter.cs (1)
266public override async Task WriteEndStartElementAsync(bool isEmpty)
1 reference to WriteEndStartElementAsync
dotnet-svcutil-lib (1)
FrameworkFork\System.Runtime.Serialization\System\Xml\XmlBaseWriter.cs (1)
753return _writer.WriteEndStartElementAsync(false);