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

◆ SetupReadContentAsBinaryState()

void System.Xml.XmlTextReaderImpl.SetupReadContentAsBinaryState ( ParsingFunction inReadBinaryFunction)
inlineprivate

Definition at line 8057 of file XmlTextReaderImpl.cs.

8058 {
8059 if (_parsingFunction == ParsingFunction.PartialTextValue)
8060 {
8061 _incReadState = IncrementalReadState.ReadContentAsBinary_OnPartialValue;
8062 }
8063 else
8064 {
8065 _incReadState = IncrementalReadState.ReadContentAsBinary_OnCachedValue;
8068 }
8069 _readValueOffset = 0;
8071 }
IncrementalReadState _incReadState

References System.Xml.XmlTextReaderImpl._incReadState, System.Xml.XmlTextReaderImpl._nextNextParsingFunction, System.Xml.XmlTextReaderImpl._nextParsingFunction, System.Xml.XmlTextReaderImpl._parsingFunction, System.Xml.XmlTextReaderImpl._readValueOffset, and System.Xml.Dictionary.

Referenced by System.Xml.XmlTextReaderImpl.InitReadContentAsBinary(), System.Xml.XmlTextReaderImpl.InitReadContentAsBinaryAsync(), System.Xml.XmlTextReaderImpl.InitReadElementContentAsBinary(), System.Xml.XmlTextReaderImpl.InitReadElementContentAsBinaryAsync(), System.Xml.XmlTextReaderImpl.ReadContentAsBinary(), and System.Xml.XmlTextReaderImpl.ReadContentAsBinaryAsync().