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