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