2 references to GetSharedMemory
mscorlib (2)
system\text\dbcscodepageencoding.cs (1)
129
byte *pMemorySection =
GetSharedMemory
(65536 * 2 * 2 + 4 + this.iExtraBytes);
system\text\sbcscodepageencoding.cs (1)
91
byte *pMemorySection =
GetSharedMemory
(65536*1 + 256*2 + 4 + iExtraBytes);