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

◆ VerifyState()

void System.Xml.DocumentXmlWriter.VerifyState ( Method method)
inlineprivate

Definition at line 608 of file DocumentXmlWriter.cs.

609 {
610 _state = s_changeState[(int)((int)method * 5 + _state)];
611 if (_state == State.Error)
612 {
614 }
615 }
static string Xml_ClosedOrError
Definition SR.cs:300
Definition SR.cs:7
static readonly State[] s_changeState

References System.Xml.DocumentXmlWriter._state, System.Xml.DocumentXmlWriter.s_changeState, and System.SR.Xml_ClosedOrError.

Referenced by System.Xml.DocumentXmlWriter.WriteCData(), System.Xml.DocumentXmlWriter.WriteComment(), System.Xml.DocumentXmlWriter.WriteDocType(), System.Xml.DocumentXmlWriter.WriteEndAttribute(), System.Xml.DocumentXmlWriter.WriteEndDocument(), System.Xml.DocumentXmlWriter.WriteEndElement(), System.Xml.DocumentXmlWriter.WriteEndNamespaceDeclaration(), System.Xml.DocumentXmlWriter.WriteEntityRef(), System.Xml.DocumentXmlWriter.WriteFullEndElement(), System.Xml.DocumentXmlWriter.WriteProcessingInstruction(), System.Xml.DocumentXmlWriter.WriteStartAttribute(), System.Xml.DocumentXmlWriter.WriteStartDocument(), System.Xml.DocumentXmlWriter.WriteStartDocument(), System.Xml.DocumentXmlWriter.WriteStartElement(), System.Xml.DocumentXmlWriter.WriteStartNamespaceDeclaration(), System.Xml.DocumentXmlWriter.WriteString(), System.Xml.DocumentXmlWriter.WriteWhitespace(), System.Xml.DocumentXmlWriter.WriteXmlDeclaration(), and System.Xml.DocumentXmlWriter.WriteXmlDeclaration().