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);
14 references to HGlobalMemHandle
System.DirectoryServices.Protocols (14)
_generated\0\LibraryImports.g.cs (6)
1981private static partial int ber_put_ostring(global::System.DirectoryServices.Protocols.SafeBerHandle berElement, global::System.DirectoryServices.Protocols.HGlobalMemHandle value, nuint length, nuint tag) 1987global::System.Runtime.InteropServices.Marshalling.SafeHandleMarshaller<global::System.DirectoryServices.Protocols.HGlobalMemHandle>.ManagedToUnmanagedIn __value_native__marshaller = new(); 2021private static partial int ber_put_string(global::System.DirectoryServices.Protocols.SafeBerHandle berElement, global::System.DirectoryServices.Protocols.HGlobalMemHandle value, nuint tag) 2027global::System.Runtime.InteropServices.Marshalling.SafeHandleMarshaller<global::System.DirectoryServices.Protocols.HGlobalMemHandle>.ManagedToUnmanagedIn __value_native__marshaller = new(); 2061private static partial int ber_put_bitstring(global::System.DirectoryServices.Protocols.SafeBerHandle berElement, global::System.DirectoryServices.Protocols.HGlobalMemHandle value, nuint length, nuint tag) 2067global::System.Runtime.InteropServices.Marshalling.SafeHandleMarshaller<global::System.DirectoryServices.Protocols.HGlobalMemHandle>.ManagedToUnmanagedIn __value_native__marshaller = new();
src\runtime\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);