1 write to _resultObject
System.DirectoryServices.Protocols (1)
System\DirectoryServices\Protocols\ldap\LdapConnection.cs (1)
328
asyncResult.
_resultObject
= requestState;
4 references to _resultObject
System.DirectoryServices.Protocols (4)
System\DirectoryServices\Protocols\ldap\LdapConnection.cs (4)
418
LdapRequestState resultObject = result.
_resultObject
;
473
if (result.
_resultObject
._exception != null)
475
throw result.
_resultObject
._exception;
478
return result.
_resultObject
._response;