1 write to cacheSize
System (1)
regex\system\text\regularexpressions\Regex.cs (1)
497cacheSize = value;
5 references to cacheSize
System (5)
regex\system\text\regularexpressions\Regex.cs (5)
491return cacheSize; 498if (livecode.Count > cacheSize) { 500while (livecode.Count > cacheSize) 1361if (cacheSize != 0) { 1364if (livecode.Count > cacheSize)