2 writes to ApproximateTotal
System.DirectoryServices (2)
Interop\AdsValueHelper2.cs (1)
240ApproximateTotal = vlv.contentCount,
System\DirectoryServices\DirectorySearcher.cs (1)
533_vlv.ApproximateTotal = tempval.ApproximateTotal;
3 references to ApproximateTotal
System.DirectoryServices (3)
System\DirectoryServices\DirectorySearcher.cs (3)
533_vlv.ApproximateTotal = tempval.ApproximateTotal; 535if (_vlv.ApproximateTotal != 0) 536_vlv.TargetPercentage = (int)((double)_vlv.Offset / _vlv.ApproximateTotal * 100);