3 writes to _needRebind
System.DirectoryServices.Protocols (3)
System\DirectoryServices\Protocols\ldap\LdapConnection.cs (3)
136
_needRebind
= true;
151
_needRebind
= true;
1143
_needRebind
= false;
1 reference to _needRebind
System.DirectoryServices.Protocols (1)
System\DirectoryServices\Protocols\ldap\LdapConnection.cs (1)
522
if (AutoBind && (!_bounded ||
_needRebind
) && ((LdapDirectoryIdentifier)Directory).Connectionless != true)