1 write to _includePathsToken
System.Data.Entity (1)
System\Data\Common\QueryCache\LinqQueryCacheKey.cs (1)
85_includePathsToken = includePathsToken;
5 references to _includePathsToken
System.Data.Entity (5)
System\Data\Common\QueryCache\LinqQueryCacheKey.cs (5)
98if (_includePathsToken != null) 100combinedHash ^= _includePathsToken.GetHashCode(); 125Equals(otherObjectQueryCacheKey._includePathsToken, _includePathsToken) && 144return String.Join("|", new string[] { _expressionKey, _parametersToken, _includePathsToken, Enum.GetName(typeof(MergeOption), _mergeOption), _useCSharpNullComparisonBehavior.ToString() });