2 references to s_random
System.Text.RegularExpressions (2)
System\Text\RegularExpressions\Regex.Cache.cs (2)
236int minListIndex = useRandom ? s_random.Next(s_cacheList.Count) : 0; 242int nextIndex = useRandom ? s_random.Next(s_cacheList.Count) : i;