3 references to TryGetObjectStateEntry
System.Data.Entity (2)
System\Data\Objects\EntityEntry.cs (1)
2111if (_cache.TryGetObjectStateEntry(principal, out principalEntry) &&
System\Data\Objects\ObjectStateManager.cs (1)
2457if (!TryGetObjectStateEntry(entity, out entry))
System.Web.Entity (1)
System\Data\WebControls\EntityDataSourceWrapper.cs (1)
44if (!this._collection.Context.ObjectStateManager.TryGetObjectStateEntry(trackedEntity, out _stateEntry))