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