2 references to SysAllocStringLen
mscorlib (2)
system\runtime\interopservices\marshal.cs (1)
2206IntPtr bstr = Win32Native.SysAllocStringLen(s, s.Length);
system\security\securestring.cs (1)
493ptr = Win32Native.SysAllocStringLen(null, length);