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