3 writes to _searchRoot
System.DirectoryServices (3)
System\DirectoryServices\DirectorySearcher.cs (3)
125
_searchRoot
= searchRoot;
353
_searchRoot
= new DirectoryEntry("LDAP://" + defaultNamingContext, true, null, null, AuthenticationTypes.Secure);
366
_searchRoot
= value;
4 references to _searchRoot
System.DirectoryServices (4)
System\DirectoryServices\DirectorySearcher.cs (4)
139
_searchRoot
!.Dispose();
343
if (
_searchRoot
== null && !DesignMode)
357
return
_searchRoot
;
362
_searchRoot
!.Dispose();