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