15 references to AdsValueHelper
System.DirectoryServices (15)
System\DirectoryServices\DirectorySearcher.cs (15)
667info.vValue = new AdsValueHelper((int)SearchScope).GetStruct(); 675info.vValue = new AdsValueHelper(findMoreThanOne ? SizeLimit : 1).GetStruct(); 684info.vValue = new AdsValueHelper((int)ServerTimeLimit.TotalSeconds).GetStruct(); 691info.vValue = new AdsValueHelper(PropertyNamesOnly).GetStruct(); 699info.vValue = new AdsValueHelper((int)ClientTimeout.TotalSeconds).GetStruct(); 708info.vValue = new AdsValueHelper(PageSize).GetStruct(); 717info.vValue = new AdsValueHelper((int)ServerPageTimeLimit.TotalSeconds).GetStruct(); 724info.vValue = new AdsValueHelper((int)ReferralChasing).GetStruct(); 732info.vValue = new AdsValueHelper(Asynchronous).GetStruct(); 741info.vValue = new AdsValueHelper(Tombstone).GetStruct(); 759info.vValue = new AdsValueHelper((int)DerefAlias).GetStruct(); 768info.vValue = new AdsValueHelper((int)SecurityMasks).GetStruct(); 777info.vValue = new AdsValueHelper((int)ExtendedDN).GetStruct(); 793info.vValue = new AdsValueHelper((int)DirectorySynchronization.Option).GetStruct(); 867info.vValue = new AdsValueHelper(CacheResults).GetStruct();