2 references to DefaultMaxCacheSize
System.Text.RegularExpressions (2)
System\Text\RegularExpressions\Regex.Cache.cs (2)
55
private static readonly List<Node> s_cacheList = new List<Node>(
DefaultMaxCacheSize
);
59
private static int s_maxCacheSize =
DefaultMaxCacheSize
;