Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches

◆ WriteEndElementAsync() [2/2]

override async Task System.Xml.XmlUtf8RawTextWriterIndent.WriteEndElementAsync ( string prefix,
string localName,
string ns )
inlinepackagevirtual

Reimplemented from System.Xml.XmlUtf8RawTextWriter.

Definition at line 241 of file XmlUtf8RawTextWriterIndent.cs.

242 {
244 _indentLevel--;
246 {
248 }
250 await base.WriteEndElementAsync(prefix, localName, ns).ConfigureAwait(continueOnCapturedContext: false);
251 }
new ConfiguredTaskAwaitable< TResult > ConfigureAwait(bool continueOnCapturedContext)
Definition Task.cs:226

References System.Xml.XmlUtf8RawTextWriter._bufPos, System.Xml.XmlUtf8RawTextWriter._contentPos, System.Xml.XmlUtf8RawTextWriterIndent._indentLevel, System.Xml.XmlUtf8RawTextWriterIndent._mixedContent, System.Xml.XmlUtf8RawTextWriterIndent._mixedContentStack, System.Xml.XmlUtf8RawTextWriter._textPos, System.Xml.XmlUtf8RawTextWriter.CheckAsyncCall(), System.Threading.Tasks.Task< TResult >.ConfigureAwait(), System.Xml.Dictionary, System.Xml.BitStack.PopBit(), System.prefix, and System.Xml.XmlUtf8RawTextWriterIndent.WriteIndentAsync().