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() ^
89
return (
_commandType
== otherEntityClientCacheKey.
_commandType
&&
201
return String.Join("|", new string[] { Enum.GetName(typeof(CommandType),
_commandType
), _eSqlStatement, _parametersToken });