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