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

◆ ParseText_PartialValue()

bool System.Xml.XmlTextReaderImpl.ParseText_PartialValue ( int pos,
int rcount,
int rpos,
int orChars,
char c )
inlineprivate

Definition at line 11384 of file XmlTextReaderImpl.cs.

11385 {
11386 if (_parsingMode == ParsingMode.Full && rcount > 0)
11387 {
11388 ShiftBuffer(rpos + rcount, rpos, pos - rpos - rcount);
11389 }
11390 int charPos = _ps.charPos;
11391 int item = pos - rcount;
11392 _ps.charPos = pos;
11393 return (charPos, item, orChars, c == '<');
11394 }
void ShiftBuffer(int sourcePos, int destPos, int count)

References System.Xml.XmlTextReaderImpl._parsingMode, System.Xml.XmlTextReaderImpl._ps, System.Xml.XmlTextReaderImpl.ParsingState.charPos, System.Xml.Dictionary, System.item, and System.Xml.XmlTextReaderImpl.ShiftBuffer().

Referenced by System.Xml.XmlTextReaderImpl.ParseTextAsync(), and System.Xml.XmlTextReaderImpl.ParseTextAsync_AsyncFunc().