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

◆ ConcurrencyCheck()

void System.Xml.XmlElementList.ConcurrencyCheck ( XmlNodeChangedEventArgs args)
inlinepackage

Definition at line 77 of file XmlElementList.cs.

78 {
79 if (!_atomized)
80 {
84 _atomized = true;
85 }
86 if (IsMatch(args.Node))
87 {
89 _curInd = -1;
91 if (args.Action == XmlNodeChangedAction.Insert)
92 {
93 _empty = false;
94 }
95 }
96 _matchCount = -1;
97 }
bool IsMatch(XmlNode curNode)
readonly XmlNode _rootNode
XmlDocument Document
Definition XmlNode.cs:253

References System.Xml.XmlElementList._atomized, System.Xml.XmlElementList._changeCount, System.Xml.XmlElementList._curElem, System.Xml.XmlElementList._curInd, System.Xml.XmlElementList._empty, System.Xml.XmlElementList._localName, System.Xml.XmlElementList._matchCount, System.Xml.XmlElementList._namespaceURI, System.Xml.XmlElementList._rootNode, System.Xml.Dictionary, System.Xml.XmlNode.Document, System.Xml.XmlElementList.IsMatch(), and System.Xml.XmlDocument.NameTable.