1 write to _state
System.Data.Entity (1)
System\Data\Objects\ObjectQuery.cs (1)
74this._state = queryState;
12 references to _state
System.Data.Entity (12)
System\Data\Objects\ObjectQuery.cs (12)
84internal ObjectQueryState QueryState { get { return this._state; } } 95get { return this._state.ElementType; } 160if (!_state.TryGetCommandText(out commandText)) 179return this._state.ObjectContext; 190return this._state.EffectiveMergeOption; 196this._state.UserSpecifiedMergeOption = value; 207return this._state.EnsureParameters(); 218return this._state.PlanCachingEnabled; 223this._state.PlanCachingEnabled = value; 256return this._state.GetExecutionPlan(null).ToTraceString(); 271TypeUsage cSpaceQueryResultType = this._state.ResultType; 285tResultType = this._state.ObjectContext.Perspective.MetadataWorkspace.GetOSpaceTypeUsage(tResultType);