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); 162get => _needDispose; 1167if (_needDispose && _ldapHandle != null && !_ldapHandle.IsInvalid)