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

◆ WriteEndElementAsync() [2/2]

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

Reimplemented from System.Xml.XmlEncodedRawTextWriter.

Definition at line 247 of file XmlEncodedRawTextWriterIndent.cs.

248 {
250 _indentLevel--;
252 {
254 }
256 await base.WriteEndElementAsync(prefix, localName, ns).ConfigureAwait(continueOnCapturedContext: false);
257 }
new ConfiguredTaskAwaitable< TResult > ConfigureAwait(bool continueOnCapturedContext)
Definition Task.cs:226

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