1 instantiation of LdapPartialResultsProcessor
System.DirectoryServices.Protocols (1)
System\DirectoryServices\Protocols\ldap\LdapConnection.cs (1)
43
private static readonly LdapPartialResultsProcessor s_partialResultsProcessor = new
LdapPartialResultsProcessor
(s_waitHandle);
3 references to LdapPartialResultsProcessor
System.DirectoryServices.Protocols (3)
System\DirectoryServices\Protocols\ldap\LdapConnection.cs (1)
43
private static readonly
LdapPartialResultsProcessor
s_partialResultsProcessor = new LdapPartialResultsProcessor(s_waitHandle);
System\DirectoryServices\Protocols\ldap\LdapPartialResultsProcessor.cs (2)
339
private readonly
LdapPartialResultsProcessor
_processor;
341
internal PartialResultsRetriever(ManualResetEvent eventHandle,
LdapPartialResultsProcessor
processor)