2 writes to QueryForConnection
System.DirectoryServices.Protocols (2)
System\DirectoryServices\Protocols\ldap\LdapSessionOptions.cs (2)
439tempCallback.QueryForConnection = value.QueryForConnection; 445tempCallback.QueryForConnection = null;
5 references to QueryForConnection
System.DirectoryServices.Protocols (5)
System\DirectoryServices\Protocols\ldap\LdapSessionOptions.cs (5)
439tempCallback.QueryForConnection = value.QueryForConnection; 874query = tempCallback.QueryForConnection == null ? null : _queryDelegate, 888Debug.Assert(_callbackRoutine.QueryForConnection != null); 891if (_callbackRoutine.QueryForConnection != null) 935LdapConnection con = _callbackRoutine.QueryForConnection(_connection, tempReferralConnection, NewDN, identifier, cred, tokenValue);