3 writes to _exposable
mscorlib (3)
system\io\memorystream.cs (3)
80
_exposable
= true;
95
_exposable
= false;
123
_exposable
= publiclyVisible; // Can TryGetBuffer/GetBuffer return the array?
3 references to _exposable
mscorlib (3)
system\io\memorystream.cs (3)
215
if (!
_exposable
)
221
if (!
_exposable
) {
551
BCLDebug.Perf(
_exposable
, "MemoryStream::GetBuffer will let you avoid a copy.");