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

◆ MoveToInitial() [1/2]

void System.Xml.XmlBaseReader.MoveToInitial ( XmlDictionaryReaderQuotas quotas)
inlineprotectedinherited

Definition at line 1310 of file XmlBaseReader.cs.

1311 {
1312 if (quotas == null)
1313 {
1315 }
1316 quotas.InternalCopyTo(_quotas);
1318 _nsMgr.Clear();
1319 _depth = 0;
1320 _attributeCount = 0;
1321 _attributeStart = -1;
1322 _attributeIndex = -1;
1323 _rootElement = false;
1324 _readingElement = false;
1326 }
readonly XmlDictionaryReaderQuotas _quotas
void MoveToNode(XmlNode node)
static readonly XmlInitialNode s_initialNode
readonly NamespaceManager _nsMgr

References System.Xml.XmlBaseReader.NamespaceManager._attributeCount, System.Xml.XmlBaseReader._attributeIndex, System.Xml.XmlBaseReader._attributeStart, System.Xml.XmlBaseReader.NamespaceManager._depth, System.Xml.XmlBaseReader._nsMgr, System.Xml.XmlBaseReader._quotas, System.Xml.XmlBaseReader._readingElement, System.Xml.XmlBaseReader._rootElement, System.Xml.XmlBaseReader.NamespaceManager.Clear(), System.Xml.Dictionary, System.Xml.XmlDictionaryReaderQuotas.MakeReadOnly(), System.Xml.XmlBaseReader.MoveToNode(), System.Xml.XmlBaseReader.s_initialNode, and System.Runtime.Serialization.DiagnosticUtility.ExceptionUtility.ThrowHelperArgumentNull().