1 write to _itemsCache
System.Data.Entity (1)
System\Data\Metadata\Edm\ItemCollection.cs (1)
203Interlocked.CompareExchange(ref _itemsCache, itemsCache, currentValueForItemCache);
4 references to _itemsCache
System.Data.Entity (4)
System\Data\Metadata\Edm\ItemCollection.cs (4)
197Memoizer<Type, ICollection> currentValueForItemCache = _itemsCache; 199if (_itemsCache == null || this._itemCount != this.Count) 208Debug.Assert(_itemsCache != null, "check the initialization of the Memoizer"); 211ICollection items = this._itemsCache.Evaluate(typeof(T));