1 write to _prefixCounter
System.Data.Entity (1)
System\Data\Common\Utils\AliasGenerator.cs (1)
81
System.Threading.Interlocked.CompareExchange(ref
_prefixCounter
, updatedCache, prefixCounter);
1 reference to _prefixCounter
System.Data.Entity (1)
System\Data\Common\Utils\AliasGenerator.cs (1)
58
while ((null == (prefixCounter =
_prefixCounter
)) || !prefixCounter.TryGetValue(prefix, out _cache))