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