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

◆ HandleEntityEnd()

bool System.Xml.XmlTextReaderImpl.HandleEntityEnd ( bool checkEntityNesting)
inlineprivate

Definition at line 5719 of file XmlTextReaderImpl.cs.

5720 {
5721 if (_parsingStatesStackTop == -1)
5722 {
5724 }
5726 {
5727 _index--;
5729 {
5731 }
5733 PopEntity();
5734 return true;
5735 }
5737 {
5739 }
5740 PopEntity();
5743 return false;
5744 }
static string Xml_InternalError
Definition SR.cs:54
static string Xml_IncompleteEntity
Definition SR.cs:320
Definition SR.cs:7
void Throw(int pos, string res, string arg)

References System.Xml.XmlTextReaderImpl._index, System.Xml.XmlTextReaderImpl._lastEntity, System.Xml.XmlTextReaderImpl._nodes, System.Xml.XmlTextReaderImpl._parsingStatesStackTop, System.Xml.XmlTextReaderImpl._ps, System.Xml.XmlTextReaderImpl._reportedBaseUri, System.Xml.XmlTextReaderImpl._reportedEncoding, System.Xml.XmlTextReaderImpl.ParsingState.baseUriStr, System.Xml.XmlTextReaderImpl.ParsingState.encoding, System.Xml.XmlTextReaderImpl.ParsingState.entity, System.Xml.XmlTextReaderImpl.ParsingState.entityId, System.Xml.XmlTextReaderImpl.NodeData.entityId, System.Xml.XmlTextReaderImpl.ParsingState.entityResolvedManually, System.Xml.XmlTextReaderImpl.PopEntity(), System.Xml.XmlTextReaderImpl.Throw(), System.SR.Xml_IncompleteEntity, and System.SR.Xml_InternalError.

Referenced by System.Xml.XmlTextReaderImpl.FinishAttributeValueIterator(), System.Xml.XmlTextReaderImpl.GetRemainder(), System.Xml.XmlTextReaderImpl.ParseAttributeValueChunk(), System.Xml.XmlTextReaderImpl.ParseAttributeValueSlow(), System.Xml.XmlTextReaderImpl.ParseAttributeValueSlowAsync(), System.Xml.XmlTextReaderImpl.ParseDocumentContent(), System.Xml.XmlTextReaderImpl.ParseDocumentContentAsync_ReadData(), System.Xml.XmlTextReaderImpl.ParseElementContent(), System.Xml.XmlTextReaderImpl.ParseElementContent_ReadData(), System.Xml.XmlTextReaderImpl.ParseText(), System.Xml.XmlTextReaderImpl.ParseTextAsync_ReadData(), and System.Xml.XmlTextReaderImpl.ResetState().