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