2 references to SysAllocStringByteLen
mscorlib (2)
system\stubhelpers.cs (2)
285
ptrToFirstChar = (byte *)Win32Native.
SysAllocStringByteLen
(null, lengthInBytes).ToPointer();
452
return Win32Native.
SysAllocStringByteLen
(bytes, (uint)nb);