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