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(); 343if (_searchRoot == null && !DesignMode) 357return _searchRoot; 362_searchRoot!.Dispose();