1 instantiation of EdmMetadataEntry
System.Data.Entity (1)
System\Data\Metadata\MetadataCache.cs (1)
794
return new
EdmMetadataEntry
();
9 references to EdmMetadataEntry
System.Data.Entity (9)
System\Data\Metadata\MetadataCache.cs (9)
39
private static readonly Dictionary<string,
EdmMetadataEntry
> _edmLevelCache = new Dictionary<string,
EdmMetadataEntry
>(StringComparer.OrdinalIgnoreCase);
92
DoCacheClean<
EdmMetadataEntry
>(_edmLevelCache, _edmLevelLock);
265
EdmMetadataEntry
entry = GetCacheEntry<
EdmMetadataEntry
>(_edmLevelCache, cacheKey, _edmLevelLock,
790
private struct EdmMetadataEntryConstructor : IMetadataEntryConstructor<
EdmMetadataEntry
>
792
public
EdmMetadataEntry
GetMetadataEntry()
818
private struct EdmItemCollectionLoader : IItemCollectionLoader<
EdmMetadataEntry
>
834
public void LoadItemCollection(
EdmMetadataEntry
entry)