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