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