2 references to InternalGetItems
System.Data.Entity (2)
System\Data\Metadata\Edm\ItemCollection.cs (1)
202new Memoizer<Type, ICollection>(InternalGetItems, null);
System\Data\Metadata\ObjectItemCollection.cs (1)
615return base.InternalGetItems(typeof(T)) as System.Collections.ObjectModel.ReadOnlyCollection<T>;