1 write to _resultObject
System.DirectoryServices.Protocols (1)
System\DirectoryServices\Protocols\ldap\LdapConnection.cs (1)
331
asyncResult.
_resultObject
= requestState;
4 references to _resultObject
System.DirectoryServices.Protocols (4)
System\DirectoryServices\Protocols\ldap\LdapConnection.cs (4)
421
LdapRequestState resultObject = result.
_resultObject
;
479
if (result.
_resultObject
._exception != null)
481
throw result.
_resultObject
._exception;
484
return result.
_resultObject
._response;