5 references to ConstructSearcher
System.DirectoryServices.AccountManagement (5)
System\DirectoryServices\AccountManagement\AD\ADDNLinkedAttrSet.cs (2)
380DirectorySearcher ds = SDSUtils.ConstructSearcher(groupDE); 857DirectorySearcher ds = SDSUtils.ConstructSearcher((DirectoryEntry)foreignGroup.UnderlyingObject);
System\DirectoryServices\AccountManagement\AD\ADStoreCtx.cs (3)
1288searchers[index] = SDSUtils.ConstructSearcher(de); 1512DirectorySearcher[] memberSearcher = { SDSUtils.ConstructSearcher(this.ctxBase) }; 1680dsMembers[0] = SDSUtils.ConstructSearcher((DirectoryEntry)g.UnderlyingObject);