1 override of Next
System.ServiceModel.Channels (1)
System\ServiceModel\Channels\SynchronizedRandom.cs (1)
46public override int Next(int maxValue)
6 references to Next
mscorlib (1)
system\threading\threadpool.cs (1)
693int i = tl.random.Next(otherQueues.Length);
System.Data.Entity (1)
System\Data\Mapping\ViewGeneration\QueryRewriting\RewritingProcessor.cs (1)
221int j = rnd.Next(output.Count);
System.ServiceModel (2)
System\ServiceModel\Channels\UtilityExtension.cs (1)
45pruneInterval = TimeSpan.FromMilliseconds(PruneIntervalMilliseconds + new Random(Process.GetCurrentProcess().Id).Next(PruneIntervalMilliseconds));
System\ServiceModel\PeerResolvers\CustomPeerResolverService.cs (1)
470index = random.Next(entries.Count);
System.ServiceModel.Channels (1)
System\ServiceModel\Channels\SynchronizedRandom.cs (1)
50return base.Next(maxValue);
System.Web (1)
UI\WebControls\AdRotator.cs (1)
495return _random.Next(maxValue) + 1;