4 references to Other
System.DirectoryServices.Protocols (4)
System\DirectoryServices\Protocols\common\ResultCode.cs (1)
101{ ResultCode.Other, SR.LDAP_OTHER }
System\DirectoryServices\Protocols\common\utils.cs (1)
37return (code == ResultCode.AliasDereferencingProblem || code == ResultCode.InappropriateAuthentication || code == ResultCode.SortControlMissing || code == ResultCode.OffsetRangeError || code == ResultCode.VirtualListViewError || code == ResultCode.Other);
System\DirectoryServices\Protocols\Interop\LdapPal.Linux.cs (1)
153if (error == (int)ResultCode.Other)
System\DirectoryServices\Protocols\ldap\LdapSessionOptions.cs (1)
649if (error == (int)ResultCode.Other)