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