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

◆ WriteFullEndElementAsync() [2/2]

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

Reimplemented from System.Xml.XmlEncodedRawTextWriter.

Definition at line 259 of file XmlEncodedRawTextWriterIndent.cs.

260 {
262 _indentLevel--;
264 {
266 }
268 await base.WriteFullEndElementAsync(prefix, localName, ns).ConfigureAwait(continueOnCapturedContext: false);
269 }
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().