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

◆ PushParsingState()

void System.Xml.XmlTextReaderImpl.PushParsingState ( )
inlineprivate

Definition at line 3173 of file XmlTextReaderImpl.cs.

3174 {
3175 XmlTextReaderImpl.ParsingState[] array = this.parsingStatesStack;
3176 if (array != null)
3177 {
3178 int num = this.parsingStatesStackTop;
3179 bool appendMode = array.appendMode;
3180 bool appendMode2 = this.parsingStatesStack.appendMode;
3181 return;
3182 }
3183 int num2 = this.parsingStatesStackTop;
3185 }
class f__AnonymousType0<< Count > j__TPar
XmlTextReaderImpl.ParsingState[] parsingStatesStack

References System.array, j__TPar, System.Xml.XmlTextReaderImpl.parsingStatesStack, and System.Xml.XmlTextReaderImpl.parsingStatesStackTop.

Referenced by System.Xml.XmlTextReaderImpl.DtdParserProxy_PushInternalDtd(), System.Xml.XmlTextReaderImpl.OpenAndPush(), and System.Xml.XmlTextReaderImpl.PushInternalEntity().