1 override of WriteEndAttributeAsync
dotnet-svcutil-lib (1)
FrameworkFork\System.Runtime.Serialization\System\Xml\XmlUTF8TextWriter.cs (1)
396public override async Task WriteEndAttributeAsync()
1 reference to WriteEndAttributeAsync
dotnet-svcutil-lib (1)
FrameworkFork\System.Runtime.Serialization\System\Xml\XmlBaseWriter.cs (1)
396await _writer.WriteEndAttributeAsync().ConfigureAwait(false);