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