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

◆ ValidateCopyToArgs()

static void System.IO.StreamHelpers.ValidateCopyToArgs ( Stream source,
Stream destination,
int bufferSize )
inlinestatic

Definition at line 9 of file StreamHelpers.cs.

10 {
11 if (destination != null)
12 {
13 return;
14 }
15 }

References System.destination.

Referenced by System.IO.MemoryStream.CopyTo(), System.IO.Stream.CopyTo(), and System.IO.Stream.NullStream.CopyTo().