5 writes to SearchScope
System.DirectoryServices (1)
System\DirectoryServices\DirectorySearcher.cs (1)
129this.SearchScope = scope;
System.DirectoryServices.AccountManagement (4)
System\DirectoryServices\AccountManagement\AD\ADDNLinkedAttrSet.cs (2)
382ds.SearchScope = SearchScope.Base; 859ds.SearchScope = SearchScope.Base;
System\DirectoryServices\AccountManagement\AD\ADStoreCtx.cs (2)
1289searchers[index].SearchScope = SearchScope.Base; 1682dsMembers[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 410if (_scopeSpecified && SearchScope != SearchScope.Base) 667info.vValue = new AdsValueHelper((int)SearchScope).GetStruct();