System.Xml.XmlBaseWriter.FlushElementAsync C# (CSharp) Method

FlushElementAsync() private method

private FlushElementAsync ( ) : System.Threading.Tasks.Task
return System.Threading.Tasks.Task
        private Task FlushElementAsync()
        {
            return _writeState == WriteState.Element ? AutoCompleteAsync(WriteState.Content) : Task.CompletedTask;
        }