1 write to _commandType
System.Data.Entity (1)
System\Data\Common\QueryCache\EntityClientCacheKey.cs (1)
59_commandType = entityCommand.CommandType;
4 references to _commandType
System.Data.Entity (4)
System\Data\Common\QueryCache\EntityClientCacheKey.cs (4)
69_hashCode = _commandType.GetHashCode() ^ 89return (_commandType == otherEntityClientCacheKey._commandType && 201return String.Join("|", new string[] { Enum.GetName(typeof(CommandType), _commandType), _eSqlStatement, _parametersToken });