2 writes to _needDispose
System.DirectoryServices.Protocols (2)
System\DirectoryServices\Protocols\ldap\LdapConnection.cs (2)
92
_needDispose
= false;
170
_needDispose
= value;
3 references to _needDispose
System.DirectoryServices.Protocols (3)
System\DirectoryServices\Protocols\ldap\LdapConnection.cs (3)
93
_ldapHandle = new ConnectionHandle(handle,
_needDispose
);
162
get =>
_needDispose
;
1167
if (
_needDispose
&& _ldapHandle != null && !_ldapHandle.IsInvalid)