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