1 instantiation of EntityClientCacheKey
System.Data.Entity (1)
System\Data\EntityClient\EntityCommand.cs (1)
712EntityClientCacheKey queryCacheKey = new EntityClientCacheKey(this);
4 references to EntityClientCacheKey
System.Data.Entity (4)
System\Data\Common\QueryCache\EntityClientCacheKey.cs (3)
82if (typeof(EntityClientCacheKey) != otherObject.GetType()) 87EntityClientCacheKey otherEntityClientCacheKey = (EntityClientCacheKey)otherObject;
System\Data\EntityClient\EntityCommand.cs (1)
712EntityClientCacheKey queryCacheKey = new EntityClientCacheKey(this);