1 write to SearchRoot
System.DirectoryServices.AccountManagement (1)
System\DirectoryServices\AccountManagement\AD\ADStoreCtx.cs (1)
1472
ds.
SearchRoot
= dncContainer;
14 references to SearchRoot
System.DirectoryServices (11)
System\DirectoryServices\DirectorySearcher.cs (11)
53
/// Initializes a new instance of the <see cref='System.DirectoryServices.DirectorySearcher'/> class with <see cref='System.DirectoryServices.DirectorySearcher.
SearchRoot
'/>,
64
/// values, and <see cref='System.DirectoryServices.DirectorySearcher.
SearchRoot
'/> set to the given value.
74
/// values, and <see cref='System.DirectoryServices.DirectorySearcher.
SearchRoot
'/> and <see cref='System.DirectoryServices.DirectorySearcher.Filter'/> set to the respective given values.
84
/// value, and <see cref='System.DirectoryServices.DirectorySearcher.
SearchRoot
'/>, <see cref='System.DirectoryServices.DirectorySearcher.Filter'/>, and <see cref='System.DirectoryServices.DirectorySearcher.PropertiesToLoad'/> set to the respective given values.
92
/// Initializes a new instance of the <see cref='System.DirectoryServices.DirectorySearcher'/> class with <see cref='System.DirectoryServices.DirectorySearcher.
SearchRoot
'/>,
102
/// Initializes a new instance of the <see cref='System.DirectoryServices.DirectorySearcher'/> class with <see cref='System.DirectoryServices.DirectorySearcher.
SearchRoot
'/>
112
/// Initializes a new instance of the <see cref='System.DirectoryServices.DirectorySearcher'/> class with <see cref='System.DirectoryServices.DirectorySearcher.
SearchRoot
'/> set to its default
120
/// Initializes a new instance of the <see cref='System.DirectoryServices.DirectorySearcher'/> class with the <see cref='System.DirectoryServices.DirectorySearcher.
SearchRoot
'/>, <see cref='System.DirectoryServices.DirectorySearcher.Filter'/>, <see cref='System.DirectoryServices.DirectorySearcher.PropertiesToLoad'/>, and <see cref='System.DirectoryServices.DirectorySearcher.SearchScope'/> properties set to the given
611
DirectoryEntry clonedRoot =
SearchRoot
!.CloneBrowsable();
615
throw new NotSupportedException(SR.Format(SR.DSSearchUnsupported,
SearchRoot
.Path));
625
SearchRoot
.Bind(true);
System.DirectoryServices.AccountManagement (3)
System\DirectoryServices\AccountManagement\AD\ADDNLinkedAttrSet.cs (3)
50
(primaryGroupMembersSearcher != null ? primaryGroupMembersSearcher.
SearchRoot
.Path : "NULL"));
95
(membersSearcher != null ? membersSearcher[0].
SearchRoot
.Path : "NULL"),
97
(primaryGroupMembersSearcher != null ? primaryGroupMembersSearcher.
SearchRoot
.Path : "NULL"));