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

◆ ThrowAwayNextString()

void System.Security.Util.TokenizerStream.ThrowAwayNextString ( )
inlinepackage

Definition at line 149 of file TokenizerStream.cs.

150 {
151 TokenizerStringBlock currentStrings = this.m_currentStrings;
152 int indexStrings = this.m_indexStrings;
153 string[] block = currentStrings.m_block;
154 TokenizerStringBlock next = currentStrings.m_next;
155 long num = 0L;
157 this.m_indexStrings = (int)num;
158 }
class f__AnonymousType0<< Count > j__TPar

References j__TPar, System.L, System.Security.Util.TokenizerStream.m_currentStrings, System.Security.Util.TokenizerStream.m_indexStrings, and System.Security.Util.TokenizerStringBlock.m_next.