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