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