2 references to GenerateLocalCacheKey
System.Data.Entity (2)
System\Data\Common\QueryCache\CompiledQueryCacheEntry.cs (2)
61
string key =
GenerateLocalCacheKey
(mergeOption, useCSharpNullComparisonBehavior);
79
string planKey =
GenerateLocalCacheKey
(newPlan.MergeOption, useCSharpNullComparisonBehavior);