1 instantiation of CompiledQueryCacheKey
System.Data.Entity (1)
System\Data\Objects\ELinq\CompiledELinqQueryState.cs (1)
95
CompiledQueryCacheKey cacheKey = new
CompiledQueryCacheKey
(this._cacheToken);
3 references to CompiledQueryCacheKey
System.Data.Entity (3)
System\Data\Common\QueryCache\CompiledQueryCacheKey.cs (2)
32
if (typeof(
CompiledQueryCacheKey
) != compareTo.GetType())
37
return ((
CompiledQueryCacheKey
)compareTo)._cacheIdentity.Equals(this._cacheIdentity);
System\Data\Objects\ELinq\CompiledELinqQueryState.cs (1)
95
CompiledQueryCacheKey
cacheKey = new CompiledQueryCacheKey(this._cacheToken);