3 writes to _itemCollection
System.Data.Entity (3)
System\Data\Metadata\MetadataCache.cs (3)
458_itemCollection = itemCollection; 489_itemCollection = null; 558_itemCollection = itemCollection;
6 references to _itemCollection
System.Data.Entity (6)
System\Data\Metadata\MetadataCache.cs (6)
440protected ItemCollection ItemCollection { get { return _itemCollection; } } 450Debug.Assert(_itemCollection == null, "Item collection must be null"); 461internal bool IsLoaded { get { return _itemCollection != null; } } 486if (_itemCollection != null) 547else if (_itemCollection != null) 582Debug.Assert(_itemCollection != null, "Item collection must be present since we want to reuse the metadata");