2 instantiations of HGlobalMemHandle
System.DirectoryServices.Protocols (2)
System\DirectoryServices\Protocols\common\BerConverter.cs (2)
471
using HGlobalMemHandle memHandle = new
HGlobalMemHandle
(tmp);
476
using HGlobalMemHandle memHandle = new
HGlobalMemHandle
(HGlobalMemHandle._dummyPointer);
14 references to HGlobalMemHandle
System.DirectoryServices.Protocols (14)
_generated\0\LibraryImports.g.cs (6)
1981
private static partial int ber_put_ostring(global::System.DirectoryServices.Protocols.SafeBerHandle berElement, global::System.DirectoryServices.Protocols.
HGlobalMemHandle
value, nuint length, nuint tag)
1987
global::System.Runtime.InteropServices.Marshalling.SafeHandleMarshaller<global::System.DirectoryServices.Protocols.
HGlobalMemHandle
>.ManagedToUnmanagedIn __value_native__marshaller = new();
2021
private static partial int ber_put_string(global::System.DirectoryServices.Protocols.SafeBerHandle berElement, global::System.DirectoryServices.Protocols.
HGlobalMemHandle
value, nuint tag)
2027
global::System.Runtime.InteropServices.Marshalling.SafeHandleMarshaller<global::System.DirectoryServices.Protocols.
HGlobalMemHandle
>.ManagedToUnmanagedIn __value_native__marshaller = new();
2061
private static partial int ber_put_bitstring(global::System.DirectoryServices.Protocols.SafeBerHandle berElement, global::System.DirectoryServices.Protocols.
HGlobalMemHandle
value, nuint length, nuint tag)
2067
global::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)
90
public static int ber_printf_bytearray(SafeBerHandle berElement, string format,
HGlobalMemHandle
value, nuint length, nuint tag)
108
private static partial int ber_put_ostring(SafeBerHandle berElement,
HGlobalMemHandle
value, nuint length, nuint tag);
111
private static partial int ber_put_string(SafeBerHandle berElement,
HGlobalMemHandle
value, nuint tag);
114
private static partial int ber_put_bitstring(SafeBerHandle berElement,
HGlobalMemHandle
value, nuint length, nuint tag);
System\DirectoryServices\Protocols\common\BerConverter.cs (3)
471
using
HGlobalMemHandle
memHandle = new HGlobalMemHandle(tmp);
476
using
HGlobalMemHandle
memHandle = new HGlobalMemHandle(
HGlobalMemHandle
._dummyPointer);
System\DirectoryServices\Protocols\Interop\BerPal.Linux.cs (1)
18
internal static int PrintByteArray(SafeBerHandle berElement, string format,
HGlobalMemHandle
value, nuint length, nuint tag) => Interop.Ldap.ber_printf_bytearray(berElement, format, value, length, tag);