1 write to _random
System.Web (1)
UI\WebControls\AdRotator.cs (1)
493_random = new Random();
2 references to _random
System.Web (2)
UI\WebControls\AdRotator.cs (2)
492if (_random == null) { 495return _random.Next(maxValue) + 1;