4 writes to Response
System.DirectoryServices.Protocols (4)
System\DirectoryServices\Protocols\common\DirectoryException.cs (3)
54Response = response; 60Response = response; 66Response = response;
System\DirectoryServices\Protocols\ldap\LdapPartialResultsProcessor.cs (1)
189directoryOperationException.Response = asyncResult._response;
2 references to Response
Microsoft.AspNetCore.Authentication.Negotiate (1)
Internal\LdapAdapter.cs (1)
139catch (DirectoryOperationException ex) when (ex.Response is SearchResponse r && r.ResultCode == ResultCode.NoSuchObject)
System.DirectoryServices.Protocols (1)
System\DirectoryServices\Protocols\ldap\LdapPartialResultsProcessor.cs (1)
178SearchResponse response = (SearchResponse)directoryOperationException.Response;