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