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