terraria-cpp2il-methodrecon v1.4.4.9
Terraria mobile dump, with reconstructed method body. Dump with CallAnalysis: https://infinitynichto.github.io/terraria-cpp2il
Loading...
Searching...
No Matches

◆ InitStringInput()

void System.Xml.XmlTextReaderImpl.InitStringInput ( string baseUriStr,
Encoding originalEncoding,
string str )
inlineprivate

Definition at line 1665 of file XmlTextReaderImpl.cs.

1666 {
1667 this.ps.baseUriStr = baseUriStr;
1668 int stringLength = str._stringLength;
1670 this.ps.charsUsed = baseUriStr;
1671 int num = 1;
1672 bool flag = this.normalize;
1674 this.ps.isEof = num != 0;
1675 this.ps.eolNormalized = flag;
1676 }
class f__AnonymousType0<< Count > j__TPar
XmlTextReaderImpl.ParsingState ps

References j__TPar, System.Xml.XmlTextReaderImpl.normalize, and System.Xml.XmlTextReaderImpl.ps.

Referenced by System.Xml.XmlTextReaderImpl.DtdParserProxy_PushInternalDtd().