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