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)
440
protected ItemCollection ItemCollection { get { return
_itemCollection
; } }
450
Debug.Assert(
_itemCollection
== null, "Item collection must be null");
461
internal bool IsLoaded { get { return
_itemCollection
!= null; } }
486
if (
_itemCollection
!= null)
547
else if (
_itemCollection
!= null)
582
Debug.Assert(
_itemCollection
!= null, "Item collection must be present since we want to reuse the metadata");