1 write to UnderlyingSearcher
System.DirectoryServices.AccountManagement (1)
System\DirectoryServices\AccountManagement\AD\ADStoreCtx_Query.cs (1)
120ps.UnderlyingSearcher = new DirectorySearcher(this.ctxBase);
9 references to UnderlyingSearcher
System.DirectoryServices.AccountManagement (9)
System\DirectoryServices\AccountManagement\AD\ADStoreCtx_Query.cs (4)
116if (ps.UnderlyingSearcher == null) 121((DirectorySearcher)ps.UnderlyingSearcher).PageSize = ps.PageSize; 122((DirectorySearcher)ps.UnderlyingSearcher).ServerTimeLimit = new TimeSpan(0, 0, 30); // 30 seconds 125DirectorySearcher ds = (DirectorySearcher)ps.UnderlyingSearcher;
System\DirectoryServices\AccountManagement\PrincipalSearcher.cs (4)
182if ((this.UnderlyingSearcher != null) && (this.UnderlyingSearcher is IDisposable)) 187"Dispose: disposing underlying searcher of type " + this.UnderlyingSearcher.GetType().ToString()); 189((IDisposable)this.UnderlyingSearcher).Dispose();
System\DirectoryServices\AccountManagement\SAM\SAMStoreCtx_Query.cs (1)
46Debug.Assert(ps.UnderlyingSearcher == null);