2 references to AllocBSTR
System.Private.CoreLib (2)
src\libraries\System.Private.CoreLib\src\System\Runtime\InteropServices\Marshal.cs (1)
1227
IntPtr bstr =
AllocBSTR
(s.Length);
src\libraries\System.Private.CoreLib\src\System\Security\SecureString.cs (1)
322
ptr = Marshal.
AllocBSTR
(length);