2 instantiations of HGlobalMemHandle
System.DirectoryServices.Protocols (2)
System\DirectoryServices\Protocols\common\BerConverter.cs (2)
471using HGlobalMemHandle memHandle = new HGlobalMemHandle(tmp); 476using HGlobalMemHandle memHandle = new HGlobalMemHandle(HGlobalMemHandle._dummyPointer);
8 references to HGlobalMemHandle
System.DirectoryServices.Protocols (8)
src\libraries\Common\src\Interop\Linux\OpenLdap\Interop.Ber.cs (4)
90public static int ber_printf_bytearray(SafeBerHandle berElement, string format, HGlobalMemHandle value, nuint length, nuint tag) 108private static partial int ber_put_ostring(SafeBerHandle berElement, HGlobalMemHandle value, nuint length, nuint tag); 111private static partial int ber_put_string(SafeBerHandle berElement, HGlobalMemHandle value, nuint tag); 114private static partial int ber_put_bitstring(SafeBerHandle berElement, HGlobalMemHandle value, nuint length, nuint tag);
System\DirectoryServices\Protocols\common\BerConverter.cs (3)
471using HGlobalMemHandle memHandle = new HGlobalMemHandle(tmp); 476using HGlobalMemHandle memHandle = new HGlobalMemHandle(HGlobalMemHandle._dummyPointer);
System\DirectoryServices\Protocols\Interop\BerPal.Linux.cs (1)
18internal static int PrintByteArray(SafeBerHandle berElement, string format, HGlobalMemHandle value, nuint length, nuint tag) => Interop.Ldap.ber_printf_bytearray(berElement, format, value, length, tag);