2 references to CompareResponse
System.DirectoryServices.Protocols (2)
System\DirectoryServices\Protocols\ldap\LdapConnection.cs (2)
1451
response = new
CompareResponse
(responseDn, responseControl, (ResultCode)resultError, responseMessage, responseReferral);
1892
response = new
CompareResponse
(null, null, (ResultCode)error, OperationErrorMappings.MapResultCode(error), null);