1 write to _queryDelegate
System.DirectoryServices.Protocols (1)
System\DirectoryServices\Protocols\ldap\LdapSessionOptions.cs (1)
155
_queryDelegate
= new QUERYFORCONNECTIONInternal(ProcessQueryConnection);
1 reference to _queryDelegate
System.DirectoryServices.Protocols (1)
System\DirectoryServices\Protocols\ldap\LdapSessionOptions.cs (1)
874
query = tempCallback.QueryForConnection == null ? null :
_queryDelegate
,