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

◆ WriteFullEndElementAsync() [2/2]

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

Reimplemented from System.Xml.XmlUtf8RawTextWriter.

Definition at line 253 of file XmlUtf8RawTextWriterIndent.cs.

254 {
256 _indentLevel--;
258 {
260 }
262 await base.WriteFullEndElementAsync(prefix, localName, ns).ConfigureAwait(continueOnCapturedContext: false);
263 }
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().