19 references to GetStruct
System.DirectoryServices (19)
System\DirectoryServices\DirectorySearcher.cs (19)
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(); 750info.vValue = new AdsValueHelper(AttributeScopeQuery, AdsType.ADSTYPE_CASE_IGNORE_STRING).GetStruct(); 759info.vValue = new AdsValueHelper((int)DerefAlias).GetStruct(); 768info.vValue = new AdsValueHelper((int)SecurityMasks).GetStruct(); 777info.vValue = new AdsValueHelper((int)ExtendedDN).GetStruct(); 786info.vValue = new AdsValueHelper(DirectorySynchronization!.GetDirectorySynchronizationCookie(), AdsType.ADSTYPE_PROV_SPECIFIC).GetStruct(); 793info.vValue = new AdsValueHelper((int)DirectorySynchronization.Option).GetStruct(); 816info.vValue = new AdsValueHelper(sortKeyBytes, AdsType.ADSTYPE_PROV_SPECIFIC).GetStruct(); 858info.vValue = new AdsValueHelper(vlvBytes, AdsType.ADSTYPE_PROV_SPECIFIC).GetStruct(); 867info.vValue = new AdsValueHelper(CacheResults).GetStruct();