1 write to _startTime
System.DirectoryServices.Protocols (1)
System\DirectoryServices\Protocols\ldap\LdapAsyncResult.cs (1)
93
_startTime
= DateTime.Now;
1 reference to _startTime
System.DirectoryServices.Protocols (1)
System\DirectoryServices\Protocols\ldap\LdapPartialResultsProcessor.cs (1)
147
if ((asyncResult.
_startTime
.Ticks + asyncResult._requestTimeout.Ticks) > DateTime.Now.Ticks)