5 references to Initialize
mscorlib (5)
system\io\pinnedbuffermemorystream.cs (1)
49Initialize(ptr, len, len, FileAccess.Read, true);
system\io\unmanagedmemorystream.cs (4)
201Initialize(pointer, length, length, FileAccess.Read, false); 208Initialize(pointer, length, capacity, access, false); 217Initialize(pointer, length, capacity, access, skipSecurityCheck); 224Initialize(pointer, length, capacity, access, false);