8 references to AddInternal
System.Data.Entity (8)
System\Data\Mapping\DefaultObjectMappingItemCollection.cs (1)
417base.AddInternal (objectMap);
System\Data\Mapping\StorageMappingItemCollection.cs (1)
707base.AddInternal(storageMap);
System\Data\Metadata\EdmItemCollection.cs (3)
347itemCollection.AddInternal(globalItem); 417this.AddInternal(primitiveTypes[i]); 423this.AddInternal(functions[i]);
System\Data\Metadata\ObjectItemCollection.cs (1)
36AddInternal(type);
System\Data\Metadata\StoreItemCollection.cs (2)
308this.AddInternal(primitiveType); 314AddInternal(function);