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