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

◆ Write() [1/2]

override void System.IO.UnmanagedMemoryStream.Write ( byte[] buffer,
int offset,
int count )
inlineinherited

Definition at line 360 of file UnmanagedMemoryStream.cs.

361 {
362 if (buffer != null)
363 {
366 this.WriteCore(readOnlySpan);
367 return;
368 }
369 }
class f__AnonymousType0<< Count > j__TPar
unsafe void WriteCore(ReadOnlySpan< byte > buffer)
static void ThrowArgumentOutOfRangeException()

References j__TPar, System.ThrowHelper.ThrowArgumentOutOfRangeException(), and System.IO.UnmanagedMemoryStream.WriteCore().