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

◆ AddEvent() [1/6]

void System.Xml.XmlEventCache.AddEvent ( XmlEventType eventType)
inlineprivate

Definition at line 464 of file XmlEventCache.cs.

465 {
466 int num = NewEvent();
467 _pageCurr[num].InitEvent(eventType);
468 }
void InitEvent(XmlEventType eventType)

References System.Xml.XmlEventCache._pageCurr, System.Xml.XmlEventCache.XmlEvent.InitEvent(), and System.Xml.XmlEventCache.NewEvent().

Referenced by System.Xml.XmlEventCache.Close(), System.Xml.XmlEventCache.Dispose(), System.Xml.XmlEventCache.EndEvents(), System.Xml.XmlEventCache.Flush(), System.Xml.XmlEventCache.StartElementContent(), System.Xml.XmlEventCache.WriteBase64(), System.Xml.XmlEventCache.WriteBinHex(), System.Xml.XmlEventCache.WriteCData(), System.Xml.XmlEventCache.WriteCharEntity(), System.Xml.XmlEventCache.WriteComment(), System.Xml.XmlEventCache.WriteDocType(), System.Xml.XmlEventCache.WriteEndAttribute(), System.Xml.XmlEventCache.WriteEndBase64(), System.Xml.XmlEventCache.WriteEndElement(), System.Xml.XmlEventCache.WriteEntityRef(), System.Xml.XmlEventCache.WriteFullEndElement(), System.Xml.XmlEventCache.WriteNamespaceDeclaration(), System.Xml.XmlEventCache.WriteProcessingInstruction(), System.Xml.XmlEventCache.WriteRaw(), System.Xml.XmlEventCache.WriteStartAttribute(), System.Xml.XmlEventCache.WriteStartElement(), System.Xml.XmlEventCache.WriteString(), System.Xml.XmlEventCache.WriteSurrogateCharEntity(), System.Xml.XmlEventCache.WriteWhitespace(), System.Xml.XmlEventCache.WriteXmlDeclaration(), and System.Xml.XmlEventCache.WriteXmlDeclaration().