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

◆ WriteEndElementAsync()

override Task System.Xml.XmlBaseWriter.WriteEndElementAsync ( )
inlinevirtualinherited

Reimplemented from System.Xml.XmlWriter.

Definition at line 1359 of file XmlBaseWriter.cs.

1360 {
1361 if (IsClosed)
1362 {
1363 ThrowClosed();
1364 }
1365 if (_depth == 0)
1366 {
1368 }
1369 return WriteEndElementAsyncImpl();
1370 }
static CultureInfo InvariantCulture
static string Format(string resourceFormat, object p1)
Definition SR.cs:118
static string XmlInvalidDepth
Definition SR.cs:424
Definition SR.cs:7
async Task WriteEndElementAsyncImpl()

References System.Xml.XmlBaseWriter.NamespaceManager._depth, System.SR.Format(), System.Globalization.CultureInfo.InvariantCulture, System.Xml.XmlBaseWriter.IsClosed, System.Xml.XmlBaseWriter.ThrowClosed(), System.Runtime.Serialization.DiagnosticUtility.ExceptionUtility.ThrowHelperError(), System.Xml.XmlBaseWriter.WriteEndElementAsyncImpl(), and System.SR.XmlInvalidDepth.