2 instantiations of CompareResponse
System.DirectoryServices.Protocols (2)
System\DirectoryServices\Protocols\ldap\LdapConnection.cs (2)
1445
response = new
CompareResponse
(responseDn, responseControl, (ResultCode)resultError, responseMessage, responseReferral);
1886
response = new
CompareResponse
(null, null, (ResultCode)error, OperationErrorMappings.MapResultCode(error), null);