1 write to _queryExpression
System.Data.Entity (1)
System\Data\Objects\Internal\EntitySqlQueryState.cs (1)
94_queryExpression = expression;
5 references to _queryExpression
System.Data.Entity (5)
System\Data\Objects\Internal\EntitySqlQueryState.cs (5)
29/// It is important that this field is readonly for consistency reasons wrt <see cref="_queryExpression"/>. 30/// If this field becomes read-write, then write should be allowed only when <see cref="_queryExpression"/> is null, 133ObjectQueryState retState = new EntitySqlQueryState(this.ElementType, _queryText, _queryExpression, _allowsLimit, this.ObjectContext, ObjectParameterCollection.DeepCopy(this.Parameters), Span.IncludeIn(this.Span, includePath)); 227if (_queryExpression != null) 229return _queryExpression;