1 write to _when
System.Data.Entity (1)
System\Data\Common\CommandTrees\OperatorExpressions.cs (1)
193this._when = whens;
1 reference to _when
System.Data.Entity (1)
System\Data\Common\CommandTrees\OperatorExpressions.cs (1)
201public IList<DbExpression> When { get { return _when; } }