6 references to GetObjectStateEntry
System.Data.Services (5)
System\Data\Services\Providers\ObjectContextServiceProvider.cs (5)
442ObjectStateEntry objectStateEntry = this.ObjectContext.ObjectStateManager.GetObjectStateEntry(resource); 553ObjectStateEntry objectStateEntry = this.ObjectContext.ObjectStateManager.GetObjectStateEntry(objectToBeReplaced.Key); 642ObjectStateEntry objectStateEntry = this.ObjectContext.ObjectStateManager.GetObjectStateEntry(resource); 2407var stateEntry = this.ObjectContext.ObjectStateManager.GetObjectStateEntry(targetResource); 2443!key.Equals(this.ObjectContext.ObjectStateManager.GetObjectStateEntry(propertyValue).EntityKey))
System.Web.Entity (1)
System\Data\WebControls\EntityDataSourceView.cs (1)
407var elementEntitySet = Context.ObjectStateManager.GetObjectStateEntry(element).EntitySet;