3 references to MemStreamMaxLength
mscorlib (3)
system\io\memorystream.cs (3)
333
if (value >
MemStreamMaxLength
)
485
if (offset >
MemStreamMaxLength
)
536
Contract.Assert(
MemStreamMaxLength
== Int32.MaxValue); // Check parameter validation logic in this method if this fails.