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

◆ WriteEndAttributeAsync()

override Task System.Xml.XmlBaseWriter.WriteEndAttributeAsync ( )
inlineprotectedvirtualinherited

Reimplemented from System.Xml.XmlWriter.

Definition at line 1062 of file XmlBaseWriter.cs.

1063 {
1064 if (IsClosed)
1065 {
1066 ThrowClosed();
1067 }
1068 if (_writeState != WriteState.Attribute)
1069 {
1071 }
1073 }
static string Format(string resourceFormat, object p1)
Definition SR.cs:118
static string XmlInvalidWriteState
Definition SR.cs:450
Definition SR.cs:7
async Task WriteEndAttributeAsyncImpl()

References System.Xml.XmlBaseWriter._writeState, System.SR.Format(), System.Xml.XmlBaseWriter.IsClosed, System.Xml.XmlBaseWriter.ThrowClosed(), System.Runtime.Serialization.DiagnosticUtility.ExceptionUtility.ThrowHelperError(), System.Xml.XmlBaseWriter.WriteEndAttributeAsyncImpl(), and System.SR.XmlInvalidWriteState.

Referenced by System.Xml.XmlBaseWriter.WriteEndElementAsyncImpl().