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