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

◆ InternalWriteChars()

void System.IO.CStreamWriter.InternalWriteChars ( char[] buffer,
int n )
inline

Definition at line 57 of file CStreamWriter.cs.

58 {
59 long num = 0L;
60 base.Write(buffer, (int)num, n);
61 }
class f__AnonymousType0<< Count > j__TPar

References j__TPar, and System.L.

Referenced by System.TermInfoDriver.EchoFlush(), System.TermInfoDriver.QueueEcho(), System.TermInfoDriver.Read(), System.TermInfoDriver.ReadKey(), and System.TermInfoDriver.ReadUntilConditionInternal().