1 override of WriteStartElementAsync
dotnet-svcutil-lib (1)
FrameworkFork\System.Runtime.Serialization\System\Xml\XmlUTF8TextWriter.cs (1)
224
public override async Task
WriteStartElementAsync
(string prefix, string localName)
1 reference to WriteStartElementAsync
dotnet-svcutil-lib (1)
FrameworkFork\System.Runtime.Serialization\System\Xml\XmlBaseWriter.cs (1)
531
await _writer.
WriteStartElementAsync
(prefix, localName).ConfigureAwait(false);