3 references to AllocBSTRByteLen
System.Private.CoreLib (3)
src\libraries\System.Private.CoreLib\src\System\Runtime\InteropServices\Marshalling\BStrStringMarshaller.cs (1)
83
ptrToFirstChar = (ushort*)Marshal.
AllocBSTRByteLen
((uint)lengthInBytes);
src\System\StubHelpers.cs (2)
270
ptrToFirstChar = (byte*)Marshal.
AllocBSTRByteLen
(lengthInBytes);
415
IntPtr bstr = Marshal.
AllocBSTRByteLen
(length);