1 write to _cache
System.Data.Entity (1)
System\Data\Common\Utils\AliasGenerator.cs (1)
58while ((null == (prefixCounter = _prefixCounter)) || !prefixCounter.TryGetValue(prefix, out _cache))
4 references to _cache
System.Data.Entity (4)
System\Data\Common\Utils\AliasGenerator.cs (4)
104if ((null == _cache) || unchecked((uint)_cache.Length <= (uint)index)) 108else if (null == (name = _cache[index])) 119_cache[index] = name = String.Concat(_prefix, name);