1 write to _exception
System.DirectoryServices.Protocols (1)
System\DirectoryServices\Protocols\ldap\LdapPartialResultsProcessor.cs (1)
216asyncResult._exception = exception;
4 references to _exception
System.DirectoryServices.Protocols (4)
System\DirectoryServices\Protocols\ldap\LdapPartialResultsProcessor.cs (4)
250if (asyncResult._exception != null) 256throw asyncResult._exception; 300if (asyncResult._exception != null) 302throw asyncResult._exception;