5 writes to SearchScope
System.DirectoryServices (1)
System\DirectoryServices\DirectorySearcher.cs (1)
129
this.
SearchScope
= scope;
System.DirectoryServices.AccountManagement (4)
System\DirectoryServices\AccountManagement\AD\ADDNLinkedAttrSet.cs (2)
382
ds.
SearchScope
= SearchScope.Base;
859
ds.
SearchScope
= SearchScope.Base;
System\DirectoryServices\AccountManagement\AD\ADStoreCtx.cs (2)
1289
searchers[index].
SearchScope
= SearchScope.Base;
1682
dsMembers[0].
SearchScope
= SearchScope.Base;
10 references to SearchScope
System.DirectoryServices (10)
System\DirectoryServices\DirectorySearcher.cs (10)
54
/// <see cref='System.DirectoryServices.DirectorySearcher.Filter'/>, <see cref='System.DirectoryServices.DirectorySearcher.PropertiesToLoad'/>, and <see cref='System.DirectoryServices.DirectorySearcher.
SearchScope
'/> set to their default values.
63
/// <see cref='System.DirectoryServices.DirectorySearcher.Filter'/>, <see cref='System.DirectoryServices.DirectorySearcher.PropertiesToLoad'/>, and <see cref='System.DirectoryServices.DirectorySearcher.
SearchScope
'/> set to their default
73
/// <see cref='System.DirectoryServices.DirectorySearcher.PropertiesToLoad'/> and <see cref='System.DirectoryServices.DirectorySearcher.
SearchScope
'/> set to their default
83
/// <see cref='System.DirectoryServices.DirectorySearcher.
SearchScope
'/> set to its default
93
/// <see cref='System.DirectoryServices.DirectorySearcher.PropertiesToLoad'/>, and <see cref='System.DirectoryServices.DirectorySearcher.
SearchScope
'/> set to their default
103
/// and <see cref='System.DirectoryServices.DirectorySearcher.
SearchScope
'/> set to their default
113
/// value, and <see cref='System.DirectoryServices.DirectorySearcher.Filter'/>, <see cref='System.DirectoryServices.DirectorySearcher.PropertiesToLoad'/>, and <see cref='System.DirectoryServices.DirectorySearcher.
SearchScope
'/> set to the respective given values.
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
410
if (_scopeSpecified &&
SearchScope
!= SearchScope.Base)
667
info.vValue = new AdsValueHelper((int)
SearchScope
).GetStruct();