3 references to DEREFERENCECONNECTIONInternal
System.DirectoryServices.Protocols (3)
src\libraries\Common\src\Interop\Interop.Ldap.cs (2)
221
public
DEREFERENCECONNECTIONInternal
dereference;
263
dereference = _native.dereference != IntPtr.Zero ? Marshal.GetDelegateForFunctionPointer<
DEREFERENCECONNECTIONInternal
>(_native.dereference) : null
System\DirectoryServices\Protocols\ldap\LdapSessionOptions.cs (1)
149
private readonly
DEREFERENCECONNECTIONInternal
_dereferenceDelegate;