2 implementations of DetachContext
System.Data.Entity (2)
System\Data\Objects\Internal\BaseEntityWrapper.cs (1)
176
public void
DetachContext
()
System\Data\Objects\Internal\NullEntityWrapper.cs (1)
129
public void
DetachContext
()
3 references to DetachContext
System.Data.Entity (3)
System\Data\Objects\EntityEntry.cs (2)
1657
_wrappedEntity.
DetachContext
();
2893
_wrappedEntity.
DetachContext
();
System\Data\Objects\ObjectContext.cs (1)
2995
wrappedEntity.
DetachContext
();