2 implementations of InitializingProxyRelatedEnds
System.Data.Entity (2)
System\Data\Objects\Internal\BaseEntityWrapper.cs (1)
127
public bool
InitializingProxyRelatedEnds
System\Data\Objects\Internal\NullEntityWrapper.cs (1)
184
public bool
InitializingProxyRelatedEnds
2 writes to InitializingProxyRelatedEnds
System.Data.Entity (2)
System\Data\Objects\ObjectContext.cs (2)
2976
wrappedEntity.
InitializingProxyRelatedEnds
= true;
2994
wrappedEntity.
InitializingProxyRelatedEnds
= false;
1 reference to InitializingProxyRelatedEnds
System.Data.Entity (1)
System\Data\Objects\DataClasses\RelatedEnd.cs (1)
2297
if (!_wrappedOwner.
InitializingProxyRelatedEnds
)