3 references to QUERYFORCONNECTIONInternal
System.DirectoryServices.Protocols (3)
src\libraries\Common\src\Interop\Interop.Ldap.cs (2)
219public QUERYFORCONNECTIONInternal query; 261query = _native.query != IntPtr.Zero ? Marshal.GetDelegateForFunctionPointer<QUERYFORCONNECTIONInternal>(_native.query) : null,
System\DirectoryServices\Protocols\ldap\LdapSessionOptions.cs (1)
147private readonly QUERYFORCONNECTIONInternal _queryDelegate;