1 write to _queryText
System.Data.Entity (1)
System\Data\Objects\Internal\EntitySqlQueryState.cs (1)
93_queryText = commandText;
6 references to _queryText
System.Data.Entity (6)
System\Data\Objects\Internal\EntitySqlQueryState.cs (6)
36/// Optional <see cref="DbExpression"/> that defines the query. Must be semantically equal to the <see cref="_queryText"/>. 39/// It is important that this field is readonly for consistency reasons wrt <see cref="_queryText"/>. 115commandText = this._queryText; 133ObjectQueryState retState = new EntitySqlQueryState(this.ElementType, _queryText, _queryExpression, _allowsLimit, this.ObjectContext, ObjectParameterCollection.DeepCopy(this.Parameters), Span.IncludeIn(this.Span, includePath)); 175_queryText, 258_queryText, // Command Text