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