1 override of WriteStartElementAsync
dotnet-svcutil-lib (1)
FrameworkFork\System.Runtime.Serialization\System\Xml\XmlUTF8TextWriter.cs (1)
224public 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)
531await _writer.WriteStartElementAsync(prefix, localName).ConfigureAwait(false);