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