2 references to AllocBSTRByteLen
System.Private.CoreLib (2)
Internal\Runtime\CompilerHelpers\InteropHelpers.cs (1)
234byte* bstr = (byte*)Marshal.AllocBSTRByteLen((uint)nativeLength);
src\runtime\src\libraries\System.Private.CoreLib\src\System\Runtime\InteropServices\Marshalling\BStrStringMarshaller.cs (1)
84ptrToFirstChar = (ushort*)Marshal.AllocBSTRByteLen((uint)lengthInBytes);