2 references to CacheSize
System.Data.Entity (2)
System\Data\Common\Utils\AliasGenerator.cs (2)
31private readonly static string[] _counterNames = new string[CacheSize]; 45internal AliasGenerator(string prefix) : this(prefix, CacheSize) { }